Html Css Color HEX #016F9B Cerulean

📋 copy color: '#016F9B'

red 1 ◦ green 111 ◦ blue 155

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

Shades of Cerulean #016F9B

Tints of Cerulean #016F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.05%

R = 0.37%
G = 41.57%
B = 58.05%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#016F9B (or 0x016F9B) is known color: Cerulean. HEX triplet: 01, 6F and 9B. RGB value is (1,111,155). Sum of RGB (Red+Green+Blue) = 1+111+155=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #016F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F9B is #FE9064. Grayscale: #525252. Windows color (decimal): -16683109 or 10186497. OLE color: 10186497.

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

Color convert

RGB 1 111 155 -
CMYK 0.99 0.28 0 0.39
HSL 197.14º 0.99% 0.31% -
HSV(B) 197.14º 0.99% 0.61% -
XYZ 11.61 13.74 33.05 -
YUV 83.13 168.56 69.42 -
System Red Green Blue C M Y K H S L
Decimal 1 111 155 0.99 0.28 0 0.39 197.14 0.99 0.31
Hex 1 6F 9B 63 1C 0 27 C5 63 1F
Octal 1 157 233 143 34 0 47 305 143 37
Binary 1 1101111 10011011 1100011 11100 0 100111 11000101 1100011 11111

Color Harmonies of #016F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F9B

Black with #016F9B

Text Example


Text Example

White with #016F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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