Html Css Color HEX #02517F Dark Cerulean

📋 copy color: '#02517F'

red 2 ◦ green 81 ◦ blue 127

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

Shades of Dark Cerulean #02517F

Tints of Dark Cerulean #02517F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.57%

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

R = 0.95%
G = 38.57%
B = 60.48%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#02517F (or 0x02517F) is known color: Dark Cerulean. HEX triplet: 02, 51 and 7F. RGB value is (2,81,127). Sum of RGB (Red+Green+Blue) = 2+81+127=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #02517F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02517F is #FDAE80. Grayscale: #3E3E3E. Windows color (decimal): -16625281 or 8343810. OLE color: 8343810.

HSL color Cylindrical-coordinate representation of color #02517F: hue angle of 202.08º 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 #02517F is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 81 127 -
CMYK 0.98 0.36 0 0.50
HSL 202.08º 0.97% 0.25% -
HSV(B) 202.08º 0.98% 0.5% -
XYZ 6.8 7.43 21.15 -
YUV 62.62 164.33 84.76 -
System Red Green Blue C M Y K H S L
Decimal 2 81 127 0.98 0.36 0 0.50 202.08 0.97 0.25
Hex 2 51 7F 62 24 0 32 CA 61 19
Octal 2 121 177 142 44 0 62 312 141 31
Binary 10 1010001 1111111 1100010 100100 0 110010 11001010 1100001 11001

Color Harmonies of #02517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02517F

Black with #02517F

Text Example


Text Example

White with #02517F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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