#0A7194

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

Shades of Cerulean #0A7194

Tints of Cerulean #0A7194

Color information

#0A7194 (or 0x0A7194) is unknown color: approx Cerulean. HEX triplet: 0A, 71 and 94. RGB value is (10,113,148). Sum of RGB (Red+Green+Blue) = 10+113+148=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A7194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7194 is #F58E6B. Grayscale: #555555. Windows color (decimal): -16092780 or 9728266. OLE color: 9728266.

HSL color Cylindrical-coordinate representation of color #0A7194: hue angle of 195.22º 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 #0A7194 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10113148-
CMYK0.930.2400.42
HSL195.22º87.34%30.98%-
HSV(B)195.22º93.24%58.04%-
XYZ11.3814.0130.12-
YUV86.19162.8873.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.69%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 148 (58.20% from 255) = 54.61%
R=3.69%
G=41.70%
B=54.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101131480.930.2400.42195.2287.3430.98
HexA71945D1802Ac3571f
Octal121612241353005230312737
Binary1010111000110010100101110111000010101011000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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