Html Css Color HEX #007098 Cerulean

📋 copy color: '#007098'

red 0 ◦ green 112 ◦ blue 152

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

Shades of Cerulean #007098

Tints of Cerulean #007098

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 42.42%
B = 57.58%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#007098 (or 0x007098) is known color: Cerulean. HEX triplet: 00, 70 and 98. RGB value is (0,112,152). Sum of RGB (Red+Green+Blue) = 0+112+152=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #007098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007098 is #FF8F67. Grayscale: #525252. Windows color (decimal): -16748392 or 9990144. OLE color: 9990144.

HSL color Cylindrical-coordinate representation of color #007098: hue angle of 195.79º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007098 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 112 152 -
CMYK 1 0.26 0 0.40
HSL 195.79º 1% 0.3% -
HSV(B) 195.79º 1% 0.6% -
XYZ 11.46 13.86 31.78 -
YUV 83.07 166.89 68.75 -
System Red Green Blue C M Y K H S L
Decimal 0 112 152 1 0.26 0 0.40 195.79 1 0.3
Hex 0 70 98 64 1A 0 28 C4 64 1E
Octal 0 160 230 144 32 0 50 304 144 36
Binary 0 1110000 10011000 1100100 11010 0 101000 11000100 1100100 11110

Color Harmonies of #007098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007098

Black with #007098

Text Example


Text Example

White with #007098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007098; }

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

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

background-color css

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

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

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

border-color css

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

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

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