Html Css Color HEX #016098 Cerulean

📋 copy color: '#016098'

red 1 ◦ green 96 ◦ blue 152

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

Shades of Cerulean #016098

Tints of Cerulean #016098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

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

R = 0.4%
G = 38.55%
B = 61.04%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#016098 (or 0x016098) is known color: Cerulean. HEX triplet: 01, 60 and 98. RGB value is (1,96,152). Sum of RGB (Red+Green+Blue) = 1+96+152=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #016098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016098 is #FE9F67. Grayscale: #494949. Windows color (decimal): -16686952 or 9986049. OLE color: 9986049.

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

Color convert

RGB 1 96 152 -
CMYK 0.99 0.37 0 0.40
HSL 202.25º 0.99% 0.3% -
HSV(B) 202.25º 0.99% 0.6% -
XYZ 9.86 10.64 31.24 -
YUV 73.98 172.03 75.95 -
System Red Green Blue C M Y K H S L
Decimal 1 96 152 0.99 0.37 0 0.40 202.25 0.99 0.3
Hex 1 60 98 63 25 0 28 CA 63 1E
Octal 1 140 230 143 45 0 50 312 143 36
Binary 1 1100000 10011000 1100011 100101 0 101000 11001010 1100011 11110

Color Harmonies of #016098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016098

Black with #016098

Text Example


Text Example

White with #016098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016098; }

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

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

background-color css

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

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

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

border-color css

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

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

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