Html Css Color HEX #016998 Cerulean

📋 copy color: '#016998'

red 1 ◦ green 105 ◦ blue 152

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

Shades of Cerulean #016998

Tints of Cerulean #016998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.7%

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

R = 0.39%
G = 40.7%
B = 58.91%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#016998 (or 0x016998) is known color: Cerulean. HEX triplet: 01, 69 and 98. RGB value is (1,105,152). Sum of RGB (Red+Green+Blue) = 1+105+152=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #016998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016998 is #FE9667. Grayscale: #4E4E4E. Windows color (decimal): -16684648 or 9988353. OLE color: 9988353.

HSL color Cylindrical-coordinate representation of color #016998: hue angle of 198.68º 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 #016998 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 105 152 -
CMYK 0.99 0.31 0 0.40
HSL 198.68º 0.99% 0.3% -
HSV(B) 198.68º 0.99% 0.6% -
XYZ 10.73 12.38 31.53 -
YUV 79.26 169.04 72.18 -
System Red Green Blue C M Y K H S L
Decimal 1 105 152 0.99 0.31 0 0.40 198.68 0.99 0.3
Hex 1 69 98 63 1F 0 28 C7 63 1E
Octal 1 151 230 143 37 0 50 307 143 36
Binary 1 1101001 10011000 1100011 11111 0 101000 11000111 1100011 11110

Color Harmonies of #016998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016998

Black with #016998

Text Example


Text Example

White with #016998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016998; }

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

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

background-color css

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

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

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

border-color css

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

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

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