Html Css Color HEX #016268 Blue Lagoon

📋 copy color: '#016268'

red 1 ◦ green 98 ◦ blue 104

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

Shades of Blue Lagoon #016268

Tints of Blue Lagoon #016268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

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

R = 0.49%
G = 48.28%
B = 51.23%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#016268 (or 0x016268) is known color: Blue Lagoon. HEX triplet: 01, 62 and 68. RGB value is (1,98,104). Sum of RGB (Red+Green+Blue) = 1+98+104=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #016268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016268 is #FE9D97. Grayscale: #454545. Windows color (decimal): -16686488 or 6840833. OLE color: 6840833.

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

Color convert

RGB 1 98 104 -
CMYK 0.99 0.06 0 0.59
HSL 183.5º 0.98% 0.21% -
HSV(B) 183.5º 0.99% 0.41% -
XYZ 6.88 9.74 14.61 -
YUV 69.68 147.36 79.01 -
System Red Green Blue C M Y K H S L
Decimal 1 98 104 0.99 0.06 0 0.59 183.5 0.98 0.21
Hex 1 62 68 63 6 0 3B B7 62 15
Octal 1 142 150 143 6 0 73 267 142 25
Binary 1 1100010 1101000 1100011 110 0 111011 10110111 1100010 10101

Color Harmonies of #016268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016268

Black with #016268

Text Example


Text Example

White with #016268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016268; }

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

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

background-color css

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

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

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

border-color css

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

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

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