#0A7794

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

Shades of Cerulean #0A7794

Tints of Cerulean #0A7794

Color information

#0A7794 (or 0x0A7794) is unknown color: approx Cerulean. HEX triplet: 0A, 77 and 94. RGB value is (10,119,148). Sum of RGB (Red+Green+Blue) = 10+119+148=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A7794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7794 is #F5886B. Grayscale: #595959. Windows color (decimal): -16091244 or 9729802. OLE color: 9729802.

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

Color convert

RGB10119148-
CMYK0.930.2000.42
HSL192.61º87.34%30.98%-
HSV(B)192.61º93.24%58.04%-
XYZ12.0715.430.35-
YUV89.71160.8971.14-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.61%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 148 (58.20% from 255) = 53.43%
R=3.61%
G=42.96%
B=53.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101191480.930.2000.42192.6187.3430.98
HexA77945D1402Ac1571f
Octal121672241352405230112737
Binary1010111011110010100101110110100010101011000001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,119,148); }

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

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

 a { background-color: rgb(10,119,148); }

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

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

 span { border-color: rgb(10,119,148); }

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