#0A6B92

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

Shades of Cerulean #0A6B92

Tints of Cerulean #0A6B92

Color information

#0A6B92 (or 0x0A6B92) is unknown color: approx Cerulean. HEX triplet: 0A, 6B and 92. RGB value is (10,107,146). Sum of RGB (Red+Green+Blue) = 10+107+146=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A6B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6B92 is #F5946D. Grayscale: #525252. Windows color (decimal): -16094318 or 9595658. OLE color: 9595658.

HSL color Cylindrical-coordinate representation of color #0A6B92: hue angle of 197.21º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6B92 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10107146-
CMYK0.930.2700.43
HSL197.21º87.18%30.59%-
HSV(B)197.21º93.15%57.25%-
XYZ10.5712.6629.08-
YUV82.44163.8676.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.80%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=3.80%
G=40.68%
B=55.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101071460.930.2700.43197.2187.1830.59
HexA6B925D1B02Bc5571f
Octal121532221353305330512737
Binary1010110101110010010101110111011010101111000101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,107,146); }

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

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

 a { background-color: rgb(10,107,146); }

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

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

 span { border-color: rgb(10,107,146); }

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