Html Css Color HEX #016B9D Cerulean

📋 copy color: '#016B9D'

red 1 ◦ green 107 ◦ blue 157

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

Shades of Cerulean #016B9D

Tints of Cerulean #016B9D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.38%

 BLUE value IS 157 (61.72% from 255) = 59.25%

R = 0.38%
G = 40.38%
B = 59.25%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#016B9D (or 0x016B9D) is known color: Cerulean. HEX triplet: 01, 6B and 9D. RGB value is (1,107,157). Sum of RGB (Red+Green+Blue) = 1+107+157=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #016B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016B9D is #FE9462. Grayscale: #505050. Windows color (decimal): -16684131 or 10316545. OLE color: 10316545.

HSL color Cylindrical-coordinate representation of color #016B9D: hue angle of 199.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B9D is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 107 157 -
CMYK 0.99 0.32 0 0.38
HSL 199.23º 0.99% 0.31% -
HSV(B) 199.23º 0.99% 0.62% -
XYZ 11.36 12.96 33.8 -
YUV 81.01 170.88 70.93 -
System Red Green Blue C M Y K H S L
Decimal 1 107 157 0.99 0.32 0 0.38 199.23 0.99 0.31
Hex 1 6B 9D 63 20 0 26 C7 63 1F
Octal 1 153 235 143 40 0 46 307 143 37
Binary 1 1101011 10011101 1100011 100000 0 100110 11000111 1100011 11111

Color Harmonies of #016B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B9D

Black with #016B9D

Text Example


Text Example

White with #016B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016B9D; }

 p { color: rgb(1,107,157); }

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

background-color css

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

 a { background-color: rgb(1,107,157); }

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

border-color css

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

 span { border-color: rgb(1,107,157); }

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