Html Css Color HEX #015462 Blue Lagoon

📋 copy color: '#015462'

red 1 ◦ green 84 ◦ blue 98

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

Shades of Blue Lagoon #015462

Tints of Blue Lagoon #015462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.9%

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

R = 0.55%
G = 45.9%
B = 53.55%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#015462 (or 0x015462) is known color: Blue Lagoon. HEX triplet: 01, 54 and 62. RGB value is (1,84,98). Sum of RGB (Red+Green+Blue) = 1+84+98=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #015462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015462 is #FEAB9D. Grayscale: #3C3C3C. Windows color (decimal): -16690078 or 6444033. OLE color: 6444033.

HSL color Cylindrical-coordinate representation of color #015462: hue angle of 188.66º 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 #015462 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 84 98 -
CMYK 0.99 0.14 0 0.62
HSL 188.66º 0.98% 0.19% -
HSV(B) 188.66º 0.99% 0.38% -
XYZ 5.39 7.23 12.67 -
YUV 60.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 1 84 98 0.99 0.14 0 0.62 188.66 0.98 0.19
Hex 1 54 62 63 E 0 3E BD 62 13
Octal 1 124 142 143 16 0 76 275 142 23
Binary 1 1010100 1100010 1100011 1110 0 111110 10111101 1100010 10011

Color Harmonies of #015462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015462

Black with #015462

Text Example


Text Example

White with #015462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015462; }

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

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

background-color css

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

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

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

border-color css

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

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

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