Html Css Color HEX #026373 Blue Lagoon

📋 copy color: '#026373'

red 2 ◦ green 99 ◦ blue 115

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

Shades of Blue Lagoon #026373

Tints of Blue Lagoon #026373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.83%

 BLUE value IS 115 (45.31% from 255) = 53.24%

R = 0.93%
G = 45.83%
B = 53.24%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#026373 (or 0x026373) is known color: Blue Lagoon. HEX triplet: 02, 63 and 73. RGB value is (2,99,115). Sum of RGB (Red+Green+Blue) = 2+99+115=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #026373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026373 is #FD9C8C. Grayscale: #474747. Windows color (decimal): -16620685 or 7561986. OLE color: 7561986.

HSL color Cylindrical-coordinate representation of color #026373: hue angle of 188.5º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026373 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 99 115 -
CMYK 0.98 0.14 0 0.55
HSL 188.5º 0.97% 0.23% -
HSV(B) 188.5º 0.98% 0.45% -
XYZ 7.58 10.17 17.78 -
YUV 71.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 2 99 115 0.98 0.14 0 0.55 188.5 0.97 0.23
Hex 2 63 73 62 E 0 37 BC 61 17
Octal 2 143 163 142 16 0 67 274 141 27
Binary 10 1100011 1110011 1100010 1110 0 110111 10111100 1100001 10111

Color Harmonies of #026373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026373

Black with #026373

Text Example


Text Example

White with #026373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026373; }

 p { color: rgb(2,99,115); }

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

background-color css

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

 a { background-color: rgb(2,99,115); }

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

border-color css

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

 span { border-color: rgb(2,99,115); }

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