Html Css Color HEX #026A7B Blue Lagoon

📋 copy color: '#026A7B'

red 2 ◦ green 106 ◦ blue 123

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

Shades of Blue Lagoon #026A7B

Tints of Blue Lagoon #026A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 53.25%

R = 0.87%
G = 45.89%
B = 53.25%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#026A7B (or 0x026A7B) is known color: Blue Lagoon. HEX triplet: 02, 6A and 7B. RGB value is (2,106,123). Sum of RGB (Red+Green+Blue) = 2+106+123=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #026A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A7B is #FD9584. Grayscale: #4C4C4C. Windows color (decimal): -16618885 or 8088066. OLE color: 8088066.

HSL color Cylindrical-coordinate representation of color #026A7B: hue angle of 188.43º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A7B is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 106 123 -
CMYK 0.98 0.14 0 0.52
HSL 188.43º 0.97% 0.25% -
HSV(B) 188.43º 0.98% 0.48% -
XYZ 8.75 11.75 20.55 -
YUV 76.84 154.04 74.62 -
System Red Green Blue C M Y K H S L
Decimal 2 106 123 0.98 0.14 0 0.52 188.43 0.97 0.25
Hex 2 6A 7B 62 E 0 34 BC 61 19
Octal 2 152 173 142 16 0 64 274 141 31
Binary 10 1101010 1111011 1100010 1110 0 110100 10111100 1100001 11001

Color Harmonies of #026A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026A7B

Black with #026A7B

Text Example


Text Example

White with #026A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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