Html Css Color HEX #015262 Blue Lagoon

📋 copy color: '#015262'

red 1 ◦ green 82 ◦ blue 98

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

Shades of Blue Lagoon #015262

Tints of Blue Lagoon #015262

RGB

 RED value IS 1 (0.78% from 255) = 0.55%

 GREEN value IS 82 (32.42% from 255) = 45.3%

 BLUE value IS 98 (38.67% from 255) = 54.14%

R = 0.55%
G = 45.3%
B = 54.14%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#015262 (or 0x015262) is known color: Blue Lagoon. HEX triplet: 01, 52 and 62. RGB value is (1,82,98). Sum of RGB (Red+Green+Blue) = 1+82+98=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #015262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015262 is #FEAD9D. Grayscale: #3B3B3B. Windows color (decimal): -16690590 or 6443521. OLE color: 6443521.

HSL color Cylindrical-coordinate representation of color #015262: hue angle of 189.9º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015262 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 82 98 -
CMYK 0.99 0.16 0 0.62
HSL 189.9º 0.98% 0.19% -
HSV(B) 189.9º 0.99% 0.38% -
XYZ 5.23 6.92 12.62 -
YUV 59.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 1 82 98 0.99 0.16 0 0.62 189.9 0.98 0.19
Hex 1 52 62 63 10 0 3E BE 62 13
Octal 1 122 142 143 20 0 76 276 142 23
Binary 1 1010010 1100010 1100011 10000 0 111110 10111110 1100010 10011

Color Harmonies of #015262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015262

Black with #015262

Text Example


Text Example

White with #015262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015262; }

 p { color: rgb(1,82,98); }

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

background-color css

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

 a { background-color: rgb(1,82,98); }

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

border-color css

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

 span { border-color: rgb(1,82,98); }

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