Html Css Color HEX #025366 Blue Lagoon

📋 copy color: '#025366'

red 2 ◦ green 83 ◦ blue 102

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

Shades of Blue Lagoon #025366

Tints of Blue Lagoon #025366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

 BLUE value IS 102 (40.23% from 255) = 54.55%

R = 1.07%
G = 44.39%
B = 54.55%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#025366 (or 0x025366) is known color: Blue Lagoon. HEX triplet: 02, 53 and 66. RGB value is (2,83,102). Sum of RGB (Red+Green+Blue) = 2+83+102=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #025366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025366 is #FDAC99. Grayscale: #3C3C3C. Windows color (decimal): -16624794 or 6705922. OLE color: 6705922.

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

Color convert

RGB 2 83 102 -
CMYK 0.98 0.19 0 0.6
HSL 191.4º 0.96% 0.2% -
HSV(B) 191.4º 0.98% 0.4% -
XYZ 5.52 7.16 13.66 -
YUV 60.95 151.16 85.96 -
System Red Green Blue C M Y K H S L
Decimal 2 83 102 0.98 0.19 0 0.6 191.4 0.96 0.2
Hex 2 53 66 62 13 0 3C BF 60 14
Octal 2 123 146 142 23 0 74 277 140 24
Binary 10 1010011 1100110 1100010 10011 0 111100 10111111 1100000 10100

Color Harmonies of #025366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025366

Black with #025366

Text Example


Text Example

White with #025366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025366; }

 p { color: rgb(2,83,102); }

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

background-color css

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

 a { background-color: rgb(2,83,102); }

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

border-color css

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

 span { border-color: rgb(2,83,102); }

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