Html Css Color HEX #016298 Cerulean

📋 copy color: '#016298'

red 1 ◦ green 98 ◦ blue 152

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

Shades of Cerulean #016298

Tints of Cerulean #016298

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

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

R = 0.4%
G = 39.04%
B = 60.56%

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

#016298 (or 0x016298) is known color: Cerulean. HEX triplet: 01, 62 and 98. RGB value is (1,98,152). Sum of RGB (Red+Green+Blue) = 1+98+152=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #016298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016298 is #FE9D67. Grayscale: #4A4A4A. Windows color (decimal): -16686440 or 9986561. OLE color: 9986561.

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

Color convert

RGB 1 98 152 -
CMYK 0.99 0.36 0 0.40
HSL 201.46º 0.99% 0.3% -
HSV(B) 201.46º 0.99% 0.6% -
XYZ 10.05 11.01 31.3 -
YUV 75.15 171.36 75.11 -
System Red Green Blue C M Y K H S L
Decimal 1 98 152 0.99 0.36 0 0.40 201.46 0.99 0.3
Hex 1 62 98 63 24 0 28 C9 63 1E
Octal 1 142 230 143 44 0 50 311 143 36
Binary 1 1100010 10011000 1100011 100100 0 101000 11001001 1100011 11110

Color Harmonies of #016298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016298

Black with #016298

Text Example


Text Example

White with #016298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016298; }

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

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

background-color css

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

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

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

border-color css

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

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

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