Html Css Color HEX #016283 Blue Lagoon

📋 copy color: '#016283'

red 1 ◦ green 98 ◦ blue 131

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

Shades of Blue Lagoon #016283

Tints of Blue Lagoon #016283

RGB

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

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

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

R = 0.43%
G = 42.61%
B = 56.96%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#016283 (or 0x016283) is known color: Blue Lagoon. HEX triplet: 01, 62 and 83. RGB value is (1,98,131). Sum of RGB (Red+Green+Blue) = 1+98+131=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #016283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016283 is #FE9D7C. Grayscale: #484848. Windows color (decimal): -16686461 or 8610305. OLE color: 8610305.

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

Color convert

RGB 1 98 131 -
CMYK 0.99 0.25 0 0.49
HSL 195.23º 0.98% 0.26% -
HSV(B) 195.23º 0.99% 0.51% -
XYZ 8.48 10.38 23.03 -
YUV 72.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 1 98 131 0.99 0.25 0 0.49 195.23 0.98 0.26
Hex 1 62 83 63 19 0 31 C3 62 1A
Octal 1 142 203 143 31 0 61 303 142 32
Binary 1 1100010 10000011 1100011 11001 0 110001 11000011 1100010 11010

Color Harmonies of #016283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016283

Black with #016283

Text Example


Text Example

White with #016283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016283; }

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

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

background-color css

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

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

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

border-color css

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

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

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