#0A7392

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

Shades of Cerulean #0A7392

Tints of Cerulean #0A7392

Color information

#0A7392 (or 0x0A7392) is unknown color: approx Cerulean. HEX triplet: 0A, 73 and 92. RGB value is (10,115,146). Sum of RGB (Red+Green+Blue) = 10+115+146=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A7392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7392 is #F58C6D. Grayscale: #565656. Windows color (decimal): -16092270 or 9597706. OLE color: 9597706.

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

Color convert

RGB10115146-
CMYK0.930.2100.43
HSL193.68º87.18%30.59%-
HSV(B)193.68º93.15%57.25%-
XYZ11.4414.429.37-
YUV87.14161.2172.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.69%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=3.69%
G=42.44%
B=53.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101151460.930.2100.43193.6887.1830.59
HexA73925D1502Bc2571f
Octal121632221352505330212737
Binary1010111001110010010101110110101010101111000010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A7392; }

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

 H1.HeaderClassName
 {
   color: #0A7392;
 }
 .AnyTagClassName
 {
   color: #0A7392;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #0A7392;
 }
 .BgClassName
 {
   background-color: #0A7392;
 }
</style>
border-color css

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

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

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