Html Css Color HEX #02668B Blue Lagoon

📋 copy color: '#02668B'

red 2 ◦ green 102 ◦ blue 139

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

Shades of Blue Lagoon #02668B

Tints of Blue Lagoon #02668B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.2%

R = 0.82%
G = 41.98%
B = 57.2%

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

#02668B (or 0x02668B) is known color: Blue Lagoon. HEX triplet: 02, 66 and 8B. RGB value is (2,102,139). Sum of RGB (Red+Green+Blue) = 2+102+139=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #02668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02668B is #FD9974. Grayscale: #4C4C4C. Windows color (decimal): -16619893 or 9135618. OLE color: 9135618.

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

Color convert

RGB 2 102 139 -
CMYK 0.99 0.27 0 0.45
HSL 196.2º 0.97% 0.28% -
HSV(B) 196.2º 0.99% 0.55% -
XYZ 9.44 11.38 26.13 -
YUV 76.32 163.37 74.99 -
System Red Green Blue C M Y K H S L
Decimal 2 102 139 0.99 0.27 0 0.45 196.2 0.97 0.28
Hex 2 66 8B 63 1B 0 2D C4 61 1C
Octal 2 146 213 143 33 0 55 304 141 34
Binary 10 1100110 10001011 1100011 11011 0 101101 11000100 1100001 11100

Color Harmonies of #02668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02668B

Black with #02668B

Text Example


Text Example

White with #02668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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