Html Css Color HEX #02688E Cerulean

📋 copy color: '#02688E'

red 2 ◦ green 104 ◦ blue 142

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

Shades of Cerulean #02688E

Tints of Cerulean #02688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.94%

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

R = 0.81%
G = 41.94%
B = 57.26%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02688E (or 0x02688E) is known color: Cerulean. HEX triplet: 02, 68 and 8E. RGB value is (2,104,142). Sum of RGB (Red+Green+Blue) = 2+104+142=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #02688E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02688E is #FD9771. Grayscale: #4D4D4D. Windows color (decimal): -16619378 or 9332738. OLE color: 9332738.

HSL color Cylindrical-coordinate representation of color #02688E: hue angle of 196.29º 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 #02688E is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 104 142 -
CMYK 0.99 0.27 0 0.44
HSL 196.29º 0.97% 0.28% -
HSV(B) 196.29º 0.99% 0.56% -
XYZ 9.86 11.87 27.36 -
YUV 77.83 164.21 73.91 -
System Red Green Blue C M Y K H S L
Decimal 2 104 142 0.99 0.27 0 0.44 196.29 0.97 0.28
Hex 2 68 8E 63 1B 0 2C C4 61 1C
Octal 2 150 216 143 33 0 54 304 141 34
Binary 10 1101000 10001110 1100011 11011 0 101100 11000100 1100001 11100

Color Harmonies of #02688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02688E

Black with #02688E

Text Example


Text Example

White with #02688E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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