#0A67EB

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

Shades of Navy Blue #0A67EB

Tints of Navy Blue #0A67EB

Color information

#0A67EB (or 0x0A67EB) is unknown color: approx Navy Blue. HEX triplet: 0A, 67 and EB. RGB value is (10,103,235). Sum of RGB (Red+Green+Blue) = 10+103+235=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A67EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A67EB is #F59814. Grayscale: #595959. Windows color (decimal): -16095253 or 15427338. OLE color: 15427338.

HSL color Cylindrical-coordinate representation of color #0A67EB: hue angle of 215.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A67EB is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10103235-
CMYK0.960.5600.08
HSL215.2º91.84%48.04%-
HSV(B)215.2º95.74%92.16%-
XYZ19.9715.7680.59-
YUV90.24209.6970.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.87%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 235 (92.19% from 255) = 67.53%
R=2.87%
G=29.60%
B=67.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal101032350.960.5600.08215.291.8448.04
HexA67EB603808d75c30
Octal121473531407001032713460
Binary1010110011111101011110000011100001000110101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A67EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,103,235); }

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

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

 a { background-color: rgb(10,103,235); }

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

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

 span { border-color: rgb(10,103,235); }

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