Html Css Color HEX #016583 Blue Lagoon

📋 copy color: '#016583'

red 1 ◦ green 101 ◦ blue 131

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

Shades of Blue Lagoon #016583

Tints of Blue Lagoon #016583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.35%

 BLUE value IS 131 (51.56% from 255) = 56.22%

R = 0.43%
G = 43.35%
B = 56.22%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#016583 (or 0x016583) is known color: Blue Lagoon. HEX triplet: 01, 65 and 83. RGB value is (1,101,131). Sum of RGB (Red+Green+Blue) = 1+101+131=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #016583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016583 is #FE9A7C. Grayscale: #4A4A4A. Windows color (decimal): -16685693 or 8611073. OLE color: 8611073.

HSL color Cylindrical-coordinate representation of color #016583: hue angle of 193.85º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016583 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 101 131 -
CMYK 0.99 0.23 0 0.49
HSL 193.85º 0.98% 0.26% -
HSV(B) 193.85º 0.99% 0.51% -
XYZ 8.76 10.95 23.12 -
YUV 74.52 159.87 75.56 -
System Red Green Blue C M Y K H S L
Decimal 1 101 131 0.99 0.23 0 0.49 193.85 0.98 0.26
Hex 1 65 83 63 17 0 31 C2 62 1A
Octal 1 145 203 143 27 0 61 302 142 32
Binary 1 1100101 10000011 1100011 10111 0 110001 11000010 1100010 11010

Color Harmonies of #016583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016583

Black with #016583

Text Example


Text Example

White with #016583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016583; }

 p { color: rgb(1,101,131); }

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

background-color css

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

 a { background-color: rgb(1,101,131); }

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

border-color css

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

 span { border-color: rgb(1,101,131); }

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