Html Css Color HEX #0A4BFF Navy Blue

📋 copy color: '#0A4BFF'

red 10 ◦ green 75 ◦ blue 255

#0A4BFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0A4BFF

Tints of Navy Blue #0A4BFF

RGB

 RED value IS 10 (4.3% from 255) = 2.94%

 GREEN value IS 75 (29.69% from 255) = 22.06%

 BLUE value IS 255 (100% from 255) = 75%

R = 2.94%
G = 22.06%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0A4BFF (or 0x0A4BFF) is known color: Navy Blue. HEX triplet: 0A, 4B and FF. RGB value is (10,75,255). Sum of RGB (Red+Green+Blue) = 10+75+255=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A4BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A4BFF is #F5B400. Grayscale: #4B4B4B. Windows color (decimal): -16102401 or 16730890. OLE color: 16730890.

HSL color Cylindrical-coordinate representation of color #0A4BFF: hue angle of 224.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4BFF is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 10 75 255 -
CMYK 0.96 0.71 0 0
HSL 224.08º 1% 0.52% -
HSV(B) 224.08º 0.96% 1% -
XYZ 20.69 12.32 95.89 -
YUV 76.09 228.97 80.86 -
System Red Green Blue C M Y K H S L
Decimal 10 75 255 0.96 0.71 0 0 224.08 1 0.52
Hex A 4B FF 60 47 0 0 E0 64 34
Octal 12 113 377 140 107 0 0 340 144 64
Binary 1010 1001011 11111111 1100000 1000111 0 0 11100000 1100100 110100

Color Harmonies of #0A4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4BFF

Black with #0A4BFF

Text Example


Text Example

White with #0A4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,75,255); }

 H1.HeaderClassName
 {
   color: #0A4BFF;
 }
 .AnyTagClassName
 {
   color: #0A4BFF;
 }
</style>

background-color css

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

 a { background-color: rgb(10,75,255); }

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

border-color css

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

 span { border-color: rgb(10,75,255); }

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