Html Css Color HEX #016F94 Cerulean

📋 copy color: '#016F94'

red 1 ◦ green 111 ◦ blue 148

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

Shades of Cerulean #016F94

Tints of Cerulean #016F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.92%

R = 0.38%
G = 42.69%
B = 56.92%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016F94 (or 0x016F94) is known color: Cerulean. HEX triplet: 01, 6F and 94. RGB value is (1,111,148). Sum of RGB (Red+Green+Blue) = 1+111+148=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #016F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F94 is #FE906B. Grayscale: #525252. Windows color (decimal): -16683116 or 9727745. OLE color: 9727745.

HSL color Cylindrical-coordinate representation of color #016F94: hue angle of 195.1º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F94 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 111 148 -
CMYK 0.99 0.25 0 0.42
HSL 195.1º 0.99% 0.29% -
HSV(B) 195.1º 0.99% 0.58% -
XYZ 11.04 13.51 30.04 -
YUV 82.33 165.06 69.99 -
System Red Green Blue C M Y K H S L
Decimal 1 111 148 0.99 0.25 0 0.42 195.1 0.99 0.29
Hex 1 6F 94 63 19 0 2A C3 63 1D
Octal 1 157 224 143 31 0 52 303 143 35
Binary 1 1101111 10010100 1100011 11001 0 101010 11000011 1100011 11101

Color Harmonies of #016F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F94

Black with #016F94

Text Example


Text Example

White with #016F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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