Html Css Color HEX #016F9D Cerulean

📋 copy color: '#016F9D'

red 1 ◦ green 111 ◦ blue 157

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

Shades of Cerulean #016F9D

Tints of Cerulean #016F9D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.26%

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

R = 0.37%
G = 41.26%
B = 58.36%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#016F9D (or 0x016F9D) is known color: Cerulean. HEX triplet: 01, 6F and 9D. RGB value is (1,111,157). Sum of RGB (Red+Green+Blue) = 1+111+157=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #016F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F9D is #FE9062. Grayscale: #535353. Windows color (decimal): -16683107 or 10317569. OLE color: 10317569.

HSL color Cylindrical-coordinate representation of color #016F9D: hue angle of 197.69º 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 #016F9D is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 111 157 -
CMYK 0.99 0.29 0 0.38
HSL 197.69º 0.99% 0.31% -
HSV(B) 197.69º 0.99% 0.62% -
XYZ 11.78 13.81 33.94 -
YUV 83.35 169.56 69.26 -
System Red Green Blue C M Y K H S L
Decimal 1 111 157 0.99 0.29 0 0.38 197.69 0.99 0.31
Hex 1 6F 9D 63 1D 0 26 C6 63 1F
Octal 1 157 235 143 35 0 46 306 143 37
Binary 1 1101111 10011101 1100011 11101 0 100110 11000110 1100011 11111

Color Harmonies of #016F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F9D

Black with #016F9D

Text Example


Text Example

White with #016F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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