Html Css Color HEX #007291 Cerulean

📋 copy color: '#007291'

red 0 ◦ green 114 ◦ blue 145

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

Shades of Cerulean #007291

Tints of Cerulean #007291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.98%

R = 0%
G = 44.02%
B = 55.98%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#007291 (or 0x007291) is known color: Cerulean. HEX triplet: 00, 72 and 91. RGB value is (0,114,145). Sum of RGB (Red+Green+Blue) = 0+114+145=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #007291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007291 is #FF8D6E. Grayscale: #535353. Windows color (decimal): -16747887 or 9531904. OLE color: 9531904.

HSL color Cylindrical-coordinate representation of color #007291: hue angle of 192.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007291 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 114 145 -
CMYK 1 0.21 0 0.43
HSL 192.83º 1% 0.28% -
HSV(B) 192.83º 1% 0.57% -
XYZ 11.13 14.08 28.92 -
YUV 83.45 162.73 68.48 -
System Red Green Blue C M Y K H S L
Decimal 0 114 145 1 0.21 0 0.43 192.83 1 0.28
Hex 0 72 91 64 15 0 2B C1 64 1C
Octal 0 162 221 144 25 0 53 301 144 34
Binary 0 1110010 10010001 1100100 10101 0 101011 11000001 1100100 11100

Color Harmonies of #007291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007291

Black with #007291

Text Example


Text Example

White with #007291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007291; }

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

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

background-color css

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

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

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

border-color css

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

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

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