Html Css Color HEX #025067 Blue Lagoon

📋 copy color: '#025067'

red 2 ◦ green 80 ◦ blue 103

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

Shades of Blue Lagoon #025067

Tints of Blue Lagoon #025067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.24%

 BLUE value IS 103 (40.63% from 255) = 55.68%

R = 1.08%
G = 43.24%
B = 55.68%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#025067 (or 0x025067) is known color: Blue Lagoon. HEX triplet: 02, 50 and 67. RGB value is (2,80,103). Sum of RGB (Red+Green+Blue) = 2+80+103=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #025067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025067 is #FDAF98. Grayscale: #3B3B3B. Windows color (decimal): -16625561 or 6770690. OLE color: 6770690.

HSL color Cylindrical-coordinate representation of color #025067: hue angle of 193.66º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025067 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 80 103 -
CMYK 0.98 0.22 0 0.60
HSL 193.66º 0.96% 0.21% -
HSV(B) 193.66º 0.98% 0.4% -
XYZ 5.34 6.73 13.85 -
YUV 59.3 152.66 87.13 -
System Red Green Blue C M Y K H S L
Decimal 2 80 103 0.98 0.22 0 0.60 193.66 0.96 0.21
Hex 2 50 67 62 16 0 3C C2 60 15
Octal 2 120 147 142 26 0 74 302 140 25
Binary 10 1010000 1100111 1100010 10110 0 111100 11000010 1100000 10101

Color Harmonies of #025067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025067

Black with #025067

Text Example


Text Example

White with #025067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025067; }

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

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

background-color css

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

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

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

border-color css

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

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

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