Html Css Color HEX #007392 Cerulean

📋 copy color: '#007392'

red 0 ◦ green 115 ◦ blue 146

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

Shades of Cerulean #007392

Tints of Cerulean #007392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.06%

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

R = 0%
G = 44.06%
B = 55.94%

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

#007392 (or 0x007392) is known color: Cerulean. HEX triplet: 00, 73 and 92. RGB value is (0,115,146). Sum of RGB (Red+Green+Blue) = 0+115+146=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #007392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007392 is #FF8C6D. Grayscale: #535353. Windows color (decimal): -16747630 or 9597696. OLE color: 9597696.

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

Color convert

RGB 0 115 146 -
CMYK 1 0.21 0 0.43
HSL 192.74º 1% 0.29% -
HSV(B) 192.74º 1% 0.57% -
XYZ 11.32 14.34 29.36 -
YUV 84.15 162.9 67.98 -
System Red Green Blue C M Y K H S L
Decimal 0 115 146 1 0.21 0 0.43 192.74 1 0.29
Hex 0 73 92 64 15 0 2B C1 64 1D
Octal 0 163 222 144 25 0 53 301 144 35
Binary 0 1110011 10010010 1100100 10101 0 101011 11000001 1100100 11101

Color Harmonies of #007392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007392

Black with #007392

Text Example


Text Example

White with #007392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007392; }

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

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

background-color css

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

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

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

border-color css

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

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

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