#0A3A55

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

Shades of Regal Blue #0A3A55

Tints of Regal Blue #0A3A55

Color information

#0A3A55 (or 0x0A3A55) is unknown color: approx Regal Blue. HEX triplet: 0A, 3A and 55. RGB value is (10,58,85). Sum of RGB (Red+Green+Blue) = 10+58+85=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A3A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3A55 is #F5C5AA. Grayscale: #2E2E2E. Windows color (decimal): -16106923 or 5585418. OLE color: 5585418.

HSL color Cylindrical-coordinate representation of color #0A3A55: hue angle of 201.6º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3A55 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB105885-
CMYK0.880.3200.67
HSL201.6º78.95%18.63%-
HSV(B)201.6º88.24%33.33%-
XYZ3.283.759.14-
YUV46.73149.6101.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.54%
GREEN value IS 58 (23.05% from 255) = 37.91%
BLUE value IS 85 (33.59% from 255) = 55.56%
R=6.54%
G=37.91%
B=55.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1058850.880.3200.67201.678.9518.63
HexA3A555820043ca4f13
Octal127212513040010331211723
Binary1010111010101010110110001000000100001111001010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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