#0A6194

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

Shades of Cerulean #0A6194

Tints of Cerulean #0A6194

Color information

#0A6194 (or 0x0A6194) is unknown color: approx Cerulean. HEX triplet: 0A, 61 and 94. RGB value is (10,97,148). Sum of RGB (Red+Green+Blue) = 10+97+148=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A6194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6194 is #F59E6B. Grayscale: #4C4C4C. Windows color (decimal): -16096876 or 9724170. OLE color: 9724170.

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

Color convert

RGB1097148-
CMYK0.930.3400.42
HSL202.17º87.34%30.98%-
HSV(B)202.17º93.24%58.04%-
XYZ9.7510.7529.58-
YUV76.8168.1880.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.92%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 148 (58.20% from 255) = 58.04%
R=3.92%
G=38.04%
B=58.04%

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
Decimal10971480.930.3400.42202.1787.3430.98
HexA61945D2202Aca571f
Octal121412241354205231212737
Binary10101100001100101001011101100010010101011001010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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