#007393

Color #007393 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #007393

Tints of Cerulean #007393

Color information

#007393 (or 0x007393) is unknown color: approx 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

RGB0115147-
CMYK10.2200.42
HSL193.06º100%28.82%-
HSV(B)193.06º100%57.65%-
XYZ11.414.3729.78-
YUV84.26163.467.9-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal011514710.2200.42193.0610028.82
Hex07393641602Ac1641d
Octal01632231442605230114435
Binary0111001110010011110010010110010101011000001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>