Html Css Color HEX #007099 Cerulean

📋 copy color: '#007099'

red 0 ◦ green 112 ◦ blue 153

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

Shades of Cerulean #007099

Tints of Cerulean #007099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.74%

R = 0%
G = 42.26%
B = 57.74%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#007099 (or 0x007099) is known color: Cerulean. HEX triplet: 00, 70 and 99. RGB value is (0,112,153). Sum of RGB (Red+Green+Blue) = 0+112+153=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #007099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007099 is #FF8F66. Grayscale: #525252. Windows color (decimal): -16748391 or 10055680. OLE color: 10055680.

HSL color Cylindrical-coordinate representation of color #007099: hue angle of 196.08º 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 #007099 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 112 153 -
CMYK 1 0.27 0 0.4
HSL 196.08º 1% 0.3% -
HSV(B) 196.08º 1% 0.6% -
XYZ 11.54 13.89 32.21 -
YUV 83.19 167.39 68.67 -
System Red Green Blue C M Y K H S L
Decimal 0 112 153 1 0.27 0 0.4 196.08 1 0.3
Hex 0 70 99 64 1B 0 28 C4 64 1E
Octal 0 160 231 144 33 0 50 304 144 36
Binary 0 1110000 10011001 1100100 11011 0 101000 11000100 1100100 11110

Color Harmonies of #007099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007099

Black with #007099

Text Example


Text Example

White with #007099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007099; }

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

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

background-color css

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

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

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

border-color css

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

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

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