Html Css Color HEX #015268 Blue Lagoon

📋 copy color: '#015268'

red 1 ◦ green 82 ◦ blue 104

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

Shades of Blue Lagoon #015268

Tints of Blue Lagoon #015268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 55.61%

R = 0.53%
G = 43.85%
B = 55.61%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015268 (or 0x015268) is known color: Blue Lagoon. HEX triplet: 01, 52 and 68. RGB value is (1,82,104). Sum of RGB (Red+Green+Blue) = 1+82+104=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #015268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015268 is #FEAD97. Grayscale: #3C3C3C. Windows color (decimal): -16690584 or 6836737. OLE color: 6836737.

HSL color Cylindrical-coordinate representation of color #015268: hue angle of 192.82º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015268 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 82 104 -
CMYK 0.99 0.21 0 0.59
HSL 192.82º 0.98% 0.21% -
HSV(B) 192.82º 0.99% 0.41% -
XYZ 5.53 7.04 14.16 -
YUV 60.29 152.66 85.71 -
System Red Green Blue C M Y K H S L
Decimal 1 82 104 0.99 0.21 0 0.59 192.82 0.98 0.21
Hex 1 52 68 63 15 0 3B C1 62 15
Octal 1 122 150 143 25 0 73 301 142 25
Binary 1 1010010 1101000 1100011 10101 0 111011 11000001 1100010 10101

Color Harmonies of #015268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015268

Black with #015268

Text Example


Text Example

White with #015268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015268; }

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

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

background-color css

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

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

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

border-color css

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

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

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