#0A55BD

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

Shades of Denim #0A55BD

Tints of Denim #0A55BD

Color information

#0A55BD (or 0x0A55BD) is unknown color: approx Denim. HEX triplet: 0A, 55 and BD. RGB value is (10,85,189). Sum of RGB (Red+Green+Blue) = 10+85+189=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A55BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A55BD is #F5AA42. Grayscale: #494949. Windows color (decimal): -16099907 or 12408074. OLE color: 12408074.

HSL color Cylindrical-coordinate representation of color #0A55BD: hue angle of 214.86º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A55BD is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1085189-
CMYK0.950.5500.26
HSL214.86º89.95%39.02%-
HSV(B)214.86º94.71%74.12%-
XYZ12.5610.2449.46-
YUV74.43192.6582.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.52%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 189 (74.22% from 255) = 66.55%
R=3.52%
G=29.93%
B=66.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10851890.950.5500.26214.8689.9539.02
HexA55BD5F3701Ad75a27
Octal121252751376703232713247
Binary10101010101101111011011111110111011010110101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A55BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,85,189); }

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

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

 a { background-color: rgb(10,85,189); }

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

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

 span { border-color: rgb(10,85,189); }

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