Html Css Color HEX #016FB2 Cerulean

📋 copy color: '#016FB2'

red 1 ◦ green 111 ◦ blue 178

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

Shades of Cerulean #016FB2

Tints of Cerulean #016FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 61.38%

R = 0.34%
G = 38.28%
B = 61.38%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#016FB2 (or 0x016FB2) is known color: Cerulean. HEX triplet: 01, 6F and B2. RGB value is (1,111,178). Sum of RGB (Red+Green+Blue) = 1+111+178=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 178 (69.92% from 255 or 61.38% from 290); Max value from RGB is 178 - color contains mainly: blue. Hex color #016FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016FB2 is #FE904D. Grayscale: #555555. Windows color (decimal): -16683086 or 11693825. OLE color: 11693825.

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

Color convert

RGB 1 111 178 -
CMYK 0.99 0.38 0 0.30
HSL 202.71º 0.99% 0.35% -
HSV(B) 202.71º 0.99% 0.7% -
XYZ 13.73 14.59 44.21 -
YUV 85.75 180.06 67.55 -
System Red Green Blue C M Y K H S L
Decimal 1 111 178 0.99 0.38 0 0.30 202.71 0.99 0.35
Hex 1 6F B2 63 26 0 1E CB 63 23
Octal 1 157 262 143 46 0 36 313 143 43
Binary 1 1101111 10110010 1100011 100110 0 11110 11001011 1100011 100011

Color Harmonies of #016FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FB2

Black with #016FB2

Text Example


Text Example

White with #016FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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