Html Css Color HEX #007393 Cerulean

📋 copy color: '#007393'

red 0 ◦ green 115 ◦ blue 147

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

Shades of Cerulean #007393

Tints of Cerulean #007393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.11%

R = 0%
G = 43.89%
B = 56.11%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007393 (or 0x007393) is known color: Cerulean. HEX triplet: 00, 73 and 93. RGB value is (0,115,147). Sum of RGB (Red+Green+Blue) = 0+115+147=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #007393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007393 is #FF8C6C. Grayscale: #545454. Windows color (decimal): -16747629 or 9663232. OLE color: 9663232.

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

Color convert

RGB 0 115 147 -
CMYK 1 0.22 0 0.42
HSL 193.06º 1% 0.29% -
HSV(B) 193.06º 1% 0.58% -
XYZ 11.4 14.37 29.78 -
YUV 84.26 163.4 67.9 -
System Red Green Blue C M Y K H S L
Decimal 0 115 147 1 0.22 0 0.42 193.06 1 0.29
Hex 0 73 93 64 16 0 2A C1 64 1D
Octal 0 163 223 144 26 0 52 301 144 35
Binary 0 1110011 10010011 1100100 10110 0 101010 11000001 1100100 11101

Color Harmonies of #007393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007393

Black with #007393

Text Example


Text Example

White with #007393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007393; }

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

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

background-color css

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

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

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

border-color css

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

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

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