Html Css Color HEX #016EB7 Cerulean

📋 copy color: '#016EB7'

red 1 ◦ green 110 ◦ blue 183

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

Shades of Cerulean #016EB7

Tints of Cerulean #016EB7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.41%

 BLUE value IS 183 (71.88% from 255) = 62.24%

R = 0.34%
G = 37.41%
B = 62.24%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#016EB7 (or 0x016EB7) is known color: Cerulean. HEX triplet: 01, 6E and B7. RGB value is (1,110,183). Sum of RGB (Red+Green+Blue) = 1+110+183=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #016EB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016EB7 is #FE9148. Grayscale: #555555. Windows color (decimal): -16683337 or 12021249. OLE color: 12021249.

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

Color convert

RGB 1 110 183 -
CMYK 0.99 0.40 0 0.28
HSL 204.07º 0.99% 0.36% -
HSV(B) 204.07º 0.99% 0.72% -
XYZ 14.14 14.58 46.87 -
YUV 85.73 182.89 67.56 -
System Red Green Blue C M Y K H S L
Decimal 1 110 183 0.99 0.40 0 0.28 204.07 0.99 0.36
Hex 1 6E B7 63 28 0 1C CC 63 24
Octal 1 156 267 143 50 0 34 314 143 44
Binary 1 1101110 10110111 1100011 101000 0 11100 11001100 1100011 100100

Color Harmonies of #016EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EB7

Black with #016EB7

Text Example


Text Example

White with #016EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,110,183); }

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

background-color css

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

 a { background-color: rgb(1,110,183); }

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

border-color css

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

 span { border-color: rgb(1,110,183); }

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