#0A44F3

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

Shades of Navy Blue #0A44F3

Tints of Navy Blue #0A44F3

Color information

#0A44F3 (or 0x0A44F3) is unknown color: approx Navy Blue. HEX triplet: 0A, 44 and F3. RGB value is (10,68,243). Sum of RGB (Red+Green+Blue) = 10+68+243=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 243 (95.31% from 255 or 75.70% from 321); Max value from RGB is 243 - color contains mainly: blue. Hex color #0A44F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A44F3 is #F5BB0C. Grayscale: #454545. Windows color (decimal): -16104205 or 15942666. OLE color: 15942666.

HSL color Cylindrical-coordinate representation of color #0A44F3: hue angle of 225.06º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A44F3 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1068243-
CMYK0.960.7200.05
HSL225.06º92.09%49.61%-
HSV(B)225.06º95.88%95.29%-
XYZ18.3710.6785.89-
YUV70.61225.2884.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.12%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 243 (95.31% from 255) = 75.70%
R=3.12%
G=21.18%
B=75.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10682430.960.7200.05225.0692.0949.61
HexA44F3604805e15c32
Octal121043631401100534113462
Binary1010100010011110011110000010010000101111000011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A44F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,68,243); }

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

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

 a { background-color: rgb(10,68,243); }

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

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

 span { border-color: rgb(10,68,243); }

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