Html Css Color HEX #02327F Dark Cerulean

📋 copy color: '#02327F'

red 2 ◦ green 50 ◦ blue 127

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

Shades of Dark Cerulean #02327F

Tints of Dark Cerulean #02327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.93%

 BLUE value IS 127 (50% from 255) = 70.95%

R = 1.12%
G = 27.93%
B = 70.95%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#02327F (or 0x02327F) is known color: Dark Cerulean. HEX triplet: 02, 32 and 7F. RGB value is (2,50,127). Sum of RGB (Red+Green+Blue) = 2+50+127=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 127 (50% from 255 or 70.95% from 179); Max value from RGB is 127 - color contains mainly: blue. Hex color #02327F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02327F is #FDCD80. Grayscale: #2C2C2C. Windows color (decimal): -16633217 or 8335874. OLE color: 8335874.

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

Color convert

RGB 2 50 127 -
CMYK 0.98 0.61 0 0.50
HSL 216.96º 0.97% 0.25% -
HSV(B) 216.96º 0.98% 0.5% -
XYZ 5 3.83 20.55 -
YUV 44.43 174.6 97.74 -
System Red Green Blue C M Y K H S L
Decimal 2 50 127 0.98 0.61 0 0.50 216.96 0.97 0.25
Hex 2 32 7F 62 3D 0 32 D9 61 19
Octal 2 62 177 142 75 0 62 331 141 31
Binary 10 110010 1111111 1100010 111101 0 110010 11011001 1100001 11001

Color Harmonies of #02327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02327F

Black with #02327F

Text Example


Text Example

White with #02327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02327F; }

 p { color: rgb(2,50,127); }

 H1.HeaderClassName
 {
   color: #02327F;
 }
 .AnyTagClassName
 {
   color: #02327F;
 }
</style>

background-color css

<style>
 a { background-color: #02327F; }

 a { background-color: rgb(2,50,127); }

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

border-color css

<style>
 span { border-color: #02327F; }

 span { border-color: rgb(2,50,127); }

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