#0A7498

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

Shades of Cerulean #0A7498

Tints of Cerulean #0A7498

Color information

#0A7498 (or 0x0A7498) is unknown color: approx Cerulean. HEX triplet: 0A, 74 and 98. RGB value is (10,116,152). Sum of RGB (Red+Green+Blue) = 10+116+152=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A7498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7498 is #F58B67. Grayscale: #585858. Windows color (decimal): -16092008 or 9991178. OLE color: 9991178.

HSL color Cylindrical-coordinate representation of color #0A7498: hue angle of 195.21º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7498 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10116152-
CMYK0.930.2400.40
HSL195.21º87.65%31.76%-
HSV(B)195.21º93.42%59.61%-
XYZ12.0414.8231.93-
YUV88.41163.8872.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.60%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 152 (59.77% from 255) = 54.68%
R=3.60%
G=41.73%
B=54.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101161520.930.2400.40195.2187.6531.76
HexA74985D18028c35820
Octal121642301353005030313040
Binary10101110100100110001011101110000101000110000111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,116,152); }

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

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

 a { background-color: rgb(10,116,152); }

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

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

 span { border-color: rgb(10,116,152); }

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