#00237A

Color #00237A Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #00237A

Tints of Sapphire #00237A

Color information

#00237A (or 0x00237A) is unknown color: approx Sapphire. HEX triplet: 00, 23 and 7A. RGB value is (0,35,122). Sum of RGB (Red+Green+Blue) = 0+35+122=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 122 (48.05% from 255 or 77.71% from 157); Max value from RGB is 122 - color contains mainly: blue. Hex color #00237A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00237A is #FFDC85. Grayscale: #222222. Windows color (decimal): -16768134 or 8004352. OLE color: 8004352.

HSL color Cylindrical-coordinate representation of color #00237A: hue angle of 222.79º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00237A is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB035122-
CMYK10.7100.52
HSL222.79º100%23.92%-
HSV(B)222.79º100%47.84%-
XYZ4.112.6118.7-
YUV34.45177.4103.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 122 (48.05% from 255) = 77.71%
R=0%
G=22.29%
B=77.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal03512210.7100.52222.7910023.92
Hex0237A6447034df6418
Octal04317214410706433714430
Binary0100011111101011001001000111011010011011111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00237A; }

 p { color: rgb(0,35,122); }

 H1.HeaderClassName
 {
   color: #00237A;
 }
 .AnyTagClassName
 {
   color: #00237A;
 }
</style>
background-color css

<style>
 a { background-color: #00237A; }

 a { background-color: rgb(0,35,122); }

 div.DivClassName
 {
   background-color: #00237A;
 }
 .BgClassName
 {
   background-color: #00237A;
 }
</style>
border-color css

<style>
 span { border-color: #00237A; }

 span { border-color: rgb(0,35,122); }

 td.TdClassName
 {
   border-color: #00237A;
 }
 .TagClassName
 {
   border-color: #00237A;
 }
</style>