Html Css Color HEX #02649F Cerulean

📋 copy color: '#02649F'

red 2 ◦ green 100 ◦ blue 159

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

Shades of Cerulean #02649F

Tints of Cerulean #02649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.31%

 BLUE value IS 159 (62.5% from 255) = 60.92%

R = 0.77%
G = 38.31%
B = 60.92%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02649F (or 0x02649F) is known color: Cerulean. HEX triplet: 02, 64 and 9F. RGB value is (2,100,159). Sum of RGB (Red+Green+Blue) = 2+100+159=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #02649F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02649F is #FD9B60. Grayscale: #4D4D4D. Windows color (decimal): -16620385 or 10445826. OLE color: 10445826.

HSL color Cylindrical-coordinate representation of color #02649F: hue angle of 202.55º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02649F is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 100 159 -
CMYK 0.99 0.37 0 0.38
HSL 202.55º 0.98% 0.32% -
HSV(B) 202.55º 0.99% 0.62% -
XYZ 10.84 11.63 34.47 -
YUV 77.42 174.03 74.2 -
System Red Green Blue C M Y K H S L
Decimal 2 100 159 0.99 0.37 0 0.38 202.55 0.98 0.32
Hex 2 64 9F 63 25 0 26 CB 62 20
Octal 2 144 237 143 45 0 46 313 142 40
Binary 10 1100100 10011111 1100011 100101 0 100110 11001011 1100010 100000

Color Harmonies of #02649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02649F

Black with #02649F

Text Example


Text Example

White with #02649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,100,159); }

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

background-color css

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

 a { background-color: rgb(2,100,159); }

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

border-color css

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

 span { border-color: rgb(2,100,159); }

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