Html Css Color HEX #007299 Cerulean

📋 copy color: '#007299'

red 0 ◦ green 114 ◦ blue 153

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

Shades of Cerulean #007299

Tints of Cerulean #007299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.7%

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

R = 0%
G = 42.7%
B = 57.3%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#007299 (or 0x007299) is known color: Cerulean. HEX triplet: 00, 72 and 99. RGB value is (0,114,153). Sum of RGB (Red+Green+Blue) = 0+114+153=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #007299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007299 is #FF8D66. Grayscale: #545454. Windows color (decimal): -16747879 or 10056192. OLE color: 10056192.

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

Color convert

RGB 0 114 153 -
CMYK 1 0.25 0 0.4
HSL 195.29º 1% 0.3% -
HSV(B) 195.29º 1% 0.6% -
XYZ 11.77 14.33 32.28 -
YUV 84.36 166.73 67.83 -
System Red Green Blue C M Y K H S L
Decimal 0 114 153 1 0.25 0 0.4 195.29 1 0.3
Hex 0 72 99 64 19 0 28 C3 64 1E
Octal 0 162 231 144 31 0 50 303 144 36
Binary 0 1110010 10011001 1100100 11001 0 101000 11000011 1100100 11110

Color Harmonies of #007299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007299

Black with #007299

Text Example


Text Example

White with #007299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007299; }

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

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

background-color css

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

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

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

border-color css

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

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

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