Html Css Color HEX #016FB1 Cerulean

📋 copy color: '#016FB1'

red 1 ◦ green 111 ◦ blue 177

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

Shades of Cerulean #016FB1

Tints of Cerulean #016FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 61.25%

R = 0.35%
G = 38.41%
B = 61.25%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#016FB1 (or 0x016FB1) is known color: Cerulean. HEX triplet: 01, 6F and B1. RGB value is (1,111,177). Sum of RGB (Red+Green+Blue) = 1+111+177=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #016FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016FB1 is #FE904E. Grayscale: #555555. Windows color (decimal): -16683087 or 11628289. OLE color: 11628289.

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

Color convert

RGB 1 111 177 -
CMYK 0.99 0.37 0 0.31
HSL 202.5º 0.99% 0.35% -
HSV(B) 202.5º 0.99% 0.69% -
XYZ 13.63 14.55 43.68 -
YUV 85.63 179.56 67.63 -
System Red Green Blue C M Y K H S L
Decimal 1 111 177 0.99 0.37 0 0.31 202.5 0.99 0.35
Hex 1 6F B1 63 25 0 1F CA 63 23
Octal 1 157 261 143 45 0 37 312 143 43
Binary 1 1101111 10110001 1100011 100101 0 11111 11001010 1100011 100011

Color Harmonies of #016FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FB1

Black with #016FB1

Text Example


Text Example

White with #016FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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