Html Css Color HEX #02638E Cerulean

📋 copy color: '#02638E'

red 2 ◦ green 99 ◦ blue 142

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

Shades of Cerulean #02638E

Tints of Cerulean #02638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.74%

 BLUE value IS 142 (55.86% from 255) = 58.44%

R = 0.82%
G = 40.74%
B = 58.44%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02638E (or 0x02638E) is known color: Cerulean. HEX triplet: 02, 63 and 8E. RGB value is (2,99,142). Sum of RGB (Red+Green+Blue) = 2+99+142=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #02638E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02638E is #FD9C71. Grayscale: #4A4A4A. Windows color (decimal): -16620658 or 9331458. OLE color: 9331458.

HSL color Cylindrical-coordinate representation of color #02638E: hue angle of 198.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02638E is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 99 142 -
CMYK 0.99 0.30 0 0.44
HSL 198.43º 0.97% 0.28% -
HSV(B) 198.43º 0.99% 0.56% -
XYZ 9.37 10.89 27.2 -
YUV 74.9 165.86 76 -
System Red Green Blue C M Y K H S L
Decimal 2 99 142 0.99 0.30 0 0.44 198.43 0.97 0.28
Hex 2 63 8E 63 1E 0 2C C6 61 1C
Octal 2 143 216 143 36 0 54 306 141 34
Binary 10 1100011 10001110 1100011 11110 0 101100 11000110 1100001 11100

Color Harmonies of #02638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02638E

Black with #02638E

Text Example


Text Example

White with #02638E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,99,142); }

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

background-color css

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

 a { background-color: rgb(2,99,142); }

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

border-color css

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

 span { border-color: rgb(2,99,142); }

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