Html Css Color HEX #025365 Blue Lagoon

📋 copy color: '#025365'

red 2 ◦ green 83 ◦ blue 101

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

Shades of Blue Lagoon #025365

Tints of Blue Lagoon #025365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 54.3%

R = 1.08%
G = 44.62%
B = 54.3%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#025365 (or 0x025365) is known color: Blue Lagoon. HEX triplet: 02, 53 and 65. RGB value is (2,83,101). Sum of RGB (Red+Green+Blue) = 2+83+101=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #025365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025365 is #FDAC9A. Grayscale: #3C3C3C. Windows color (decimal): -16624795 or 6640386. OLE color: 6640386.

HSL color Cylindrical-coordinate representation of color #025365: hue angle of 190.91º 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 #025365 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 83 101 -
CMYK 0.98 0.18 0 0.60
HSL 190.91º 0.96% 0.2% -
HSV(B) 190.91º 0.98% 0.4% -
XYZ 5.47 7.14 13.4 -
YUV 60.83 150.66 86.04 -
System Red Green Blue C M Y K H S L
Decimal 2 83 101 0.98 0.18 0 0.60 190.91 0.96 0.2
Hex 2 53 65 62 12 0 3C BF 60 14
Octal 2 123 145 142 22 0 74 277 140 24
Binary 10 1010011 1100101 1100010 10010 0 111100 10111111 1100000 10100

Color Harmonies of #025365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025365

Black with #025365

Text Example


Text Example

White with #025365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025365; }

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

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

background-color css

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

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

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

border-color css

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

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

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