Html Css Color HEX #017098 Cerulean

📋 copy color: '#017098'

red 1 ◦ green 112 ◦ blue 152

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

Shades of Cerulean #017098

Tints of Cerulean #017098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

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

R = 0.38%
G = 42.26%
B = 57.36%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#017098 (or 0x017098) is known color: Cerulean. HEX triplet: 01, 70 and 98. RGB value is (1,112,152). Sum of RGB (Red+Green+Blue) = 1+112+152=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #017098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017098 is #FE8F67. Grayscale: #535353. Windows color (decimal): -16682856 or 9990145. OLE color: 9990145.

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

Color convert

RGB 1 112 152 -
CMYK 0.99 0.26 0 0.40
HSL 195.89º 0.99% 0.3% -
HSV(B) 195.89º 0.99% 0.6% -
XYZ 11.47 13.86 31.78 -
YUV 83.37 166.73 69.25 -
System Red Green Blue C M Y K H S L
Decimal 1 112 152 0.99 0.26 0 0.40 195.89 0.99 0.3
Hex 1 70 98 63 1A 0 28 C4 63 1E
Octal 1 160 230 143 32 0 50 304 143 36
Binary 1 1110000 10011000 1100011 11010 0 101000 11000100 1100011 11110

Color Harmonies of #017098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017098

Black with #017098

Text Example


Text Example

White with #017098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017098; }

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

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

background-color css

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

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

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

border-color css

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

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

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