Html Css Color HEX #02317E Dark Cerulean

📋 copy color: '#02317E'

red 2 ◦ green 49 ◦ blue 126

#02317E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #02317E

Tints of Dark Cerulean #02317E

RGB

 RED value IS 2 (1.17% from 255) = 1.13%

 GREEN value IS 49 (19.53% from 255) = 27.68%

 BLUE value IS 126 (49.61% from 255) = 71.19%

R = 1.13%
G = 27.68%
B = 71.19%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02317E (or 0x02317E) is known color: Dark Cerulean. HEX triplet: 02, 31 and 7E. RGB value is (2,49,126). Sum of RGB (Red+Green+Blue) = 2+49+126=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 126 (49.61% from 255 or 71.19% from 177); Max value from RGB is 126 - color contains mainly: blue. Hex color #02317E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02317E is #FDCE81. Grayscale: #2B2B2B. Windows color (decimal): -16633474 or 8270082. OLE color: 8270082.

HSL color Cylindrical-coordinate representation of color #02317E: hue angle of 217.26º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02317E is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 49 126 -
CMYK 0.98 0.61 0 0.51
HSL 217.26º 0.97% 0.25% -
HSV(B) 217.26º 0.98% 0.49% -
XYZ 4.89 3.72 20.2 -
YUV 43.73 174.43 98.24 -
System Red Green Blue C M Y K H S L
Decimal 2 49 126 0.98 0.61 0 0.51 217.26 0.97 0.25
Hex 2 31 7E 62 3D 0 33 D9 61 19
Octal 2 61 176 142 75 0 63 331 141 31
Binary 10 110001 1111110 1100010 111101 0 110011 11011001 1100001 11001

Color Harmonies of #02317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02317E

Black with #02317E

Text Example


Text Example

White with #02317E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02317E; }

 p { color: rgb(2,49,126); }

 H1.HeaderClassName
 {
   color: #02317E;
 }
 .AnyTagClassName
 {
   color: #02317E;
 }
</style>

background-color css

<style>
 a { background-color: #02317E; }

 a { background-color: rgb(2,49,126); }

 div.DivClassName
 {
   background-color: #02317E;
 }
 .BgClassName
 {
   background-color: #02317E;
 }
</style>

border-color css

<style>
 span { border-color: #02317E; }

 span { border-color: rgb(2,49,126); }

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