Html Css Color HEX #02649D Cerulean

📋 copy color: '#02649D'

red 2 ◦ green 100 ◦ blue 157

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

Shades of Cerulean #02649D

Tints of Cerulean #02649D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.62%

R = 0.77%
G = 38.61%
B = 60.62%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02649D (or 0x02649D) is known color: Cerulean. HEX triplet: 02, 64 and 9D. RGB value is (2,100,157). Sum of RGB (Red+Green+Blue) = 2+100+157=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #02649D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02649D is #FD9B62. Grayscale: #4C4C4C. Windows color (decimal): -16620387 or 10314754. OLE color: 10314754.

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

Color convert

RGB 2 100 157 -
CMYK 0.99 0.36 0 0.38
HSL 202.06º 0.97% 0.31% -
HSV(B) 202.06º 0.99% 0.62% -
XYZ 10.67 11.56 33.57 -
YUV 77.2 173.03 74.37 -
System Red Green Blue C M Y K H S L
Decimal 2 100 157 0.99 0.36 0 0.38 202.06 0.97 0.31
Hex 2 64 9D 63 24 0 26 CA 61 1F
Octal 2 144 235 143 44 0 46 312 141 37
Binary 10 1100100 10011101 1100011 100100 0 100110 11001010 1100001 11111

Color Harmonies of #02649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02649D

Black with #02649D

Text Example


Text Example

White with #02649D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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