Html Css Color HEX #016F98 Cerulean

📋 copy color: '#016F98'

red 1 ◦ green 111 ◦ blue 152

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

Shades of Cerulean #016F98

Tints of Cerulean #016F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.58%

R = 0.38%
G = 42.05%
B = 57.58%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#016F98 (or 0x016F98) is known color: Cerulean. HEX triplet: 01, 6F and 98. RGB value is (1,111,152). Sum of RGB (Red+Green+Blue) = 1+111+152=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #016F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F98 is #FE9067. Grayscale: #525252. Windows color (decimal): -16683112 or 9989889. OLE color: 9989889.

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

Color convert

RGB 1 111 152 -
CMYK 0.99 0.27 0 0.40
HSL 196.29º 0.99% 0.3% -
HSV(B) 196.29º 0.99% 0.6% -
XYZ 11.36 13.64 31.74 -
YUV 82.78 167.06 69.67 -
System Red Green Blue C M Y K H S L
Decimal 1 111 152 0.99 0.27 0 0.40 196.29 0.99 0.3
Hex 1 6F 98 63 1B 0 28 C4 63 1E
Octal 1 157 230 143 33 0 50 304 143 36
Binary 1 1101111 10011000 1100011 11011 0 101000 11000100 1100011 11110

Color Harmonies of #016F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F98

Black with #016F98

Text Example


Text Example

White with #016F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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