Html Css Color HEX #007292 Cerulean

📋 copy color: '#007292'

red 0 ◦ green 114 ◦ blue 146

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

Shades of Cerulean #007292

Tints of Cerulean #007292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.15%

R = 0%
G = 43.85%
B = 56.15%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#007292 (or 0x007292) is known color: Cerulean. HEX triplet: 00, 72 and 92. RGB value is (0,114,146). Sum of RGB (Red+Green+Blue) = 0+114+146=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #007292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007292 is #FF8D6D. Grayscale: #535353. Windows color (decimal): -16747886 or 9597440. OLE color: 9597440.

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

Color convert

RGB 0 114 146 -
CMYK 1 0.22 0 0.43
HSL 193.15º 1% 0.29% -
HSV(B) 193.15º 1% 0.57% -
XYZ 11.21 14.11 29.33 -
YUV 83.56 163.23 68.4 -
System Red Green Blue C M Y K H S L
Decimal 0 114 146 1 0.22 0 0.43 193.15 1 0.29
Hex 0 72 92 64 16 0 2B C1 64 1D
Octal 0 162 222 144 26 0 53 301 144 35
Binary 0 1110010 10010010 1100100 10110 0 101011 11000001 1100100 11101

Color Harmonies of #007292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007292

Black with #007292

Text Example


Text Example

White with #007292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007292; }

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

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

background-color css

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

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

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

border-color css

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

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

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