Html Css Color HEX #026789 Blue Lagoon

📋 copy color: '#026789'

red 2 ◦ green 103 ◦ blue 137

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

Shades of Blue Lagoon #026789

Tints of Blue Lagoon #026789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.56%

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 0.83%
G = 42.56%
B = 56.61%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#026789 (or 0x026789) is known color: Blue Lagoon. HEX triplet: 02, 67 and 89. RGB value is (2,103,137). Sum of RGB (Red+Green+Blue) = 2+103+137=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #026789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026789 is #FD9876. Grayscale: #4C4C4C. Windows color (decimal): -16619639 or 9004802. OLE color: 9004802.

HSL color Cylindrical-coordinate representation of color #026789: hue angle of 195.11º 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 #026789 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 103 137 -
CMYK 0.99 0.25 0 0.46
HSL 195.11º 0.97% 0.27% -
HSV(B) 195.11º 0.99% 0.54% -
XYZ 9.39 11.52 25.4 -
YUV 76.68 162.04 74.74 -
System Red Green Blue C M Y K H S L
Decimal 2 103 137 0.99 0.25 0 0.46 195.11 0.97 0.27
Hex 2 67 89 63 19 0 2E C3 61 1B
Octal 2 147 211 143 31 0 56 303 141 33
Binary 10 1100111 10001001 1100011 11001 0 101110 11000011 1100001 11011

Color Harmonies of #026789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026789

Black with #026789

Text Example


Text Example

White with #026789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026789; }

 p { color: rgb(2,103,137); }

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

background-color css

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

 a { background-color: rgb(2,103,137); }

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

border-color css

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

 span { border-color: rgb(2,103,137); }

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