#0A6498

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

Shades of Cerulean #0A6498

Tints of Cerulean #0A6498

Color information

#0A6498 (or 0x0A6498) is unknown color: approx Cerulean. HEX triplet: 0A, 64 and 98. RGB value is (10,100,152). Sum of RGB (Red+Green+Blue) = 10+100+152=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A6498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6498 is #F59B67. Grayscale: #4E4E4E. Windows color (decimal): -16096104 or 9987082. OLE color: 9987082.

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

Color convert

RGB10100152-
CMYK0.930.3400.40
HSL201.97º87.65%31.76%-
HSV(B)201.97º93.42%59.61%-
XYZ10.3511.4531.37-
YUV79.02169.1878.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 152 (59.77% from 255) = 58.02%
R=3.82%
G=38.17%
B=58.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101001520.930.3400.40201.9787.6531.76
HexA64985D22028ca5820
Octal121442301354205031213040
Binary101011001001001100010111011000100101000110010101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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