Html Css Color HEX #016198 Cerulean

📋 copy color: '#016198'

red 1 ◦ green 97 ◦ blue 152

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

Shades of Cerulean #016198

Tints of Cerulean #016198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.8%

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

R = 0.4%
G = 38.8%
B = 60.8%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#016198 (or 0x016198) is known color: Cerulean. HEX triplet: 01, 61 and 98. RGB value is (1,97,152). Sum of RGB (Red+Green+Blue) = 1+97+152=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #016198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016198 is #FE9E67. Grayscale: #4A4A4A. Windows color (decimal): -16686696 or 9986305. OLE color: 9986305.

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

Color convert

RGB 1 97 152 -
CMYK 0.99 0.36 0 0.40
HSL 201.85º 0.99% 0.3% -
HSV(B) 201.85º 0.99% 0.6% -
XYZ 9.95 10.82 31.27 -
YUV 74.57 171.7 75.53 -
System Red Green Blue C M Y K H S L
Decimal 1 97 152 0.99 0.36 0 0.40 201.85 0.99 0.3
Hex 1 61 98 63 24 0 28 CA 63 1E
Octal 1 141 230 143 44 0 50 312 143 36
Binary 1 1100001 10011000 1100011 100100 0 101000 11001010 1100011 11110

Color Harmonies of #016198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016198

Black with #016198

Text Example


Text Example

White with #016198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016198; }

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

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

background-color css

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

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

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

border-color css

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

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

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