Html Css Color HEX #007199 Cerulean

📋 copy color: '#007199'

red 0 ◦ green 113 ◦ blue 153

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

Shades of Cerulean #007199

Tints of Cerulean #007199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.48%

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

R = 0%
G = 42.48%
B = 57.52%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#007199 (or 0x007199) is known color: Cerulean. HEX triplet: 00, 71 and 99. RGB value is (0,113,153). Sum of RGB (Red+Green+Blue) = 0+113+153=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #007199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007199 is #FF8E66. Grayscale: #535353. Windows color (decimal): -16748135 or 10055936. OLE color: 10055936.

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

Color convert

RGB 0 113 153 -
CMYK 1 0.26 0 0.4
HSL 195.69º 1% 0.3% -
HSV(B) 195.69º 1% 0.6% -
XYZ 11.65 14.11 32.25 -
YUV 83.77 167.06 68.25 -
System Red Green Blue C M Y K H S L
Decimal 0 113 153 1 0.26 0 0.4 195.69 1 0.3
Hex 0 71 99 64 1A 0 28 C4 64 1E
Octal 0 161 231 144 32 0 50 304 144 36
Binary 0 1110001 10011001 1100100 11010 0 101000 11000100 1100100 11110

Color Harmonies of #007199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007199

Black with #007199

Text Example


Text Example

White with #007199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007199; }

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

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

background-color css

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

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

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

border-color css

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

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

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