Html Css Color HEX #0A4BFA Navy Blue

📋 copy color: '#0A4BFA'

red 10 ◦ green 75 ◦ blue 250

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

Shades of Navy Blue #0A4BFA

Tints of Navy Blue #0A4BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.63%

R = 2.99%
G = 22.39%
B = 74.63%

CMYK

 C value IS 0.96

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A4BFA (or 0x0A4BFA) is known color: Navy Blue. HEX triplet: 0A, 4B and FA. RGB value is (10,75,250). Sum of RGB (Red+Green+Blue) = 10+75+250=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A4BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A4BFA is #F5B405. Grayscale: #4A4A4A. Windows color (decimal): -16102406 or 16403210. OLE color: 16403210.

HSL color Cylindrical-coordinate representation of color #0A4BFA: hue angle of 223.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4BFA is Cyan = 0.96, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 75 250 -
CMYK 0.96 0.7 0 0.02
HSL 223.75º 0.96% 0.51% -
HSV(B) 223.75º 0.96% 0.98% -
XYZ 19.9 12 91.71 -
YUV 75.52 226.47 81.27 -
System Red Green Blue C M Y K H S L
Decimal 10 75 250 0.96 0.7 0 0.02 223.75 0.96 0.51
Hex A 4B FA 60 46 0 2 E0 60 33
Octal 12 113 372 140 106 0 2 340 140 63
Binary 1010 1001011 11111010 1100000 1000110 0 10 11100000 1100000 110011

Color Harmonies of #0A4BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4BFA

Black with #0A4BFA

Text Example


Text Example

White with #0A4BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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