Html Css Color HEX #02668C Blue Lagoon

📋 copy color: '#02668C'

red 2 ◦ green 102 ◦ blue 140

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

Shades of Blue Lagoon #02668C

Tints of Blue Lagoon #02668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.8%

 BLUE value IS 140 (55.08% from 255) = 57.38%

R = 0.82%
G = 41.8%
B = 57.38%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02668C (or 0x02668C) is known color: Blue Lagoon. HEX triplet: 02, 66 and 8C. RGB value is (2,102,140). Sum of RGB (Red+Green+Blue) = 2+102+140=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #02668C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02668C is #FD9973. Grayscale: #4C4C4C. Windows color (decimal): -16619892 or 9201154. OLE color: 9201154.

HSL color Cylindrical-coordinate representation of color #02668C: hue angle of 196.52º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02668C is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 102 140 -
CMYK 0.99 0.27 0 0.45
HSL 196.52º 0.97% 0.28% -
HSV(B) 196.52º 0.99% 0.55% -
XYZ 9.51 11.41 26.51 -
YUV 76.43 163.87 74.91 -
System Red Green Blue C M Y K H S L
Decimal 2 102 140 0.99 0.27 0 0.45 196.52 0.97 0.28
Hex 2 66 8C 63 1B 0 2D C5 61 1C
Octal 2 146 214 143 33 0 55 305 141 34
Binary 10 1100110 10001100 1100011 11011 0 101101 11000101 1100001 11100

Color Harmonies of #02668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02668C

Black with #02668C

Text Example


Text Example

White with #02668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02668C; }

 p { color: rgb(2,102,140); }

 H1.HeaderClassName
 {
   color: #02668C;
 }
 .AnyTagClassName
 {
   color: #02668C;
 }
</style>

background-color css

<style>
 a { background-color: #02668C; }

 a { background-color: rgb(2,102,140); }

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

border-color css

<style>
 span { border-color: #02668C; }

 span { border-color: rgb(2,102,140); }

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