Html Css Color HEX #00719D Cerulean

📋 copy color: '#00719D'

red 0 ◦ green 113 ◦ blue 157

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

Shades of Cerulean #00719D

Tints of Cerulean #00719D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.15%

R = 0%
G = 41.85%
B = 58.15%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00719D (or 0x00719D) is known color: Cerulean. HEX triplet: 00, 71 and 9D. RGB value is (0,113,157). Sum of RGB (Red+Green+Blue) = 0+113+157=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #00719D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00719D is #FF8E62. Grayscale: #535353. Windows color (decimal): -16748131 or 10318080. OLE color: 10318080.

HSL color Cylindrical-coordinate representation of color #00719D: hue angle of 196.82º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00719D is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 113 157 -
CMYK 1 0.28 0 0.38
HSL 196.82º 1% 0.31% -
HSV(B) 196.82º 1% 0.62% -
XYZ 11.99 14.24 34.02 -
YUV 84.23 169.06 67.92 -
System Red Green Blue C M Y K H S L
Decimal 0 113 157 1 0.28 0 0.38 196.82 1 0.31
Hex 0 71 9D 64 1C 0 26 C5 64 1F
Octal 0 161 235 144 34 0 46 305 144 37
Binary 0 1110001 10011101 1100100 11100 0 100110 11000101 1100100 11111

Color Harmonies of #00719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00719D

Black with #00719D

Text Example


Text Example

White with #00719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00719D; }

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

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

background-color css

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

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

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

border-color css

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

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

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