#0A6294

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

Shades of Cerulean #0A6294

Tints of Cerulean #0A6294

Color information

#0A6294 (or 0x0A6294) is unknown color: approx Cerulean. HEX triplet: 0A, 62 and 94. RGB value is (10,98,148). Sum of RGB (Red+Green+Blue) = 10+98+148=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A6294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6294 is #F59D6B. Grayscale: #4D4D4D. Windows color (decimal): -16096620 or 9724426. OLE color: 9724426.

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

Color convert

RGB1098148-
CMYK0.930.3400.42
HSL201.74º87.34%30.98%-
HSV(B)201.74º93.24%58.04%-
XYZ9.8410.9429.61-
YUV77.39167.8579.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.91%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 148 (58.20% from 255) = 57.81%
R=3.91%
G=38.28%
B=57.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10981480.930.3400.42201.7487.3430.98
HexA62945D2202Aca571f
Octal121422241354205231212737
Binary10101100010100101001011101100010010101011001010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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