Html Css Color HEX #015267 Blue Lagoon

📋 copy color: '#015267'

red 1 ◦ green 82 ◦ blue 103

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

Shades of Blue Lagoon #015267

Tints of Blue Lagoon #015267

RGB

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

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

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

R = 0.54%
G = 44.09%
B = 55.38%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#015267 (or 0x015267) is known color: Blue Lagoon. HEX triplet: 01, 52 and 67. RGB value is (1,82,103). Sum of RGB (Red+Green+Blue) = 1+82+103=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #015267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015267 is #FEAD98. Grayscale: #3C3C3C. Windows color (decimal): -16690585 or 6771201. OLE color: 6771201.

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

Color convert

RGB 1 82 103 -
CMYK 0.99 0.20 0 0.60
HSL 192.35º 0.98% 0.2% -
HSV(B) 192.35º 0.99% 0.4% -
XYZ 5.48 7.02 13.9 -
YUV 60.18 152.16 85.79 -
System Red Green Blue C M Y K H S L
Decimal 1 82 103 0.99 0.20 0 0.60 192.35 0.98 0.2
Hex 1 52 67 63 14 0 3C C0 62 14
Octal 1 122 147 143 24 0 74 300 142 24
Binary 1 1010010 1100111 1100011 10100 0 111100 11000000 1100010 10100

Color Harmonies of #015267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015267

Black with #015267

Text Example


Text Example

White with #015267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015267; }

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

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

background-color css

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

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

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

border-color css

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

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

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