#0A6693

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

Shades of Cerulean #0A6693

Tints of Cerulean #0A6693

Color information

#0A6693 (or 0x0A6693) is unknown color: approx Cerulean. HEX triplet: 0A, 66 and 93. RGB value is (10,102,147). Sum of RGB (Red+Green+Blue) = 10+102+147=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A6693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6693 is #F5996C. Grayscale: #4F4F4F. Windows color (decimal): -16095597 or 9659914. OLE color: 9659914.

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

Color convert

RGB10102147-
CMYK0.930.3100.42
HSL199.71º87.26%30.78%-
HSV(B)199.71º93.2%57.65%-
XYZ10.1411.6729.32-
YUV79.62166.0278.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.86%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 147 (57.81% from 255) = 56.76%
R=3.86%
G=39.38%
B=56.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101021470.930.3100.42199.7187.2630.78
HexA66935D1F02Ac8571f
Octal121462231353705231012737
Binary1010110011010010011101110111111010101011001000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,102,147); }

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

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

 a { background-color: rgb(10,102,147); }

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

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

 span { border-color: rgb(10,102,147); }

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