Html Css Color HEX #026A8A Blue Lagoon

📋 copy color: '#026A8A'

red 2 ◦ green 106 ◦ blue 138

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

Shades of Blue Lagoon #026A8A

Tints of Blue Lagoon #026A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.09%

 BLUE value IS 138 (54.3% from 255) = 56.1%

R = 0.81%
G = 43.09%
B = 56.1%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#026A8A (or 0x026A8A) is known color: Blue Lagoon. HEX triplet: 02, 6A and 8A. RGB value is (2,106,138). Sum of RGB (Red+Green+Blue) = 2+106+138=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #026A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A8A is #FD9575. Grayscale: #4E4E4E. Windows color (decimal): -16618870 or 9071106. OLE color: 9071106.

HSL color Cylindrical-coordinate representation of color #026A8A: hue angle of 194.12º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026A8A is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 106 138 -
CMYK 0.99 0.23 0 0.46
HSL 194.12º 0.97% 0.27% -
HSV(B) 194.12º 0.99% 0.54% -
XYZ 9.77 12.16 25.88 -
YUV 78.55 161.54 73.4 -
System Red Green Blue C M Y K H S L
Decimal 2 106 138 0.99 0.23 0 0.46 194.12 0.97 0.27
Hex 2 6A 8A 63 17 0 2E C2 61 1B
Octal 2 152 212 143 27 0 56 302 141 33
Binary 10 1101010 10001010 1100011 10111 0 101110 11000010 1100001 11011

Color Harmonies of #026A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026A8A

Black with #026A8A

Text Example


Text Example

White with #026A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026A8A; }

 p { color: rgb(2,106,138); }

 H1.HeaderClassName
 {
   color: #026A8A;
 }
 .AnyTagClassName
 {
   color: #026A8A;
 }
</style>

background-color css

<style>
 a { background-color: #026A8A; }

 a { background-color: rgb(2,106,138); }

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

border-color css

<style>
 span { border-color: #026A8A; }

 span { border-color: rgb(2,106,138); }

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