Html Css Color HEX #0A48DA Navy Blue

📋 copy color: '#0A48DA'

red 10 ◦ green 72 ◦ blue 218

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

Shades of Navy Blue #0A48DA

Tints of Navy Blue #0A48DA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 218 (85.55% from 255) = 72.67%

R = 3.33%
G = 24%
B = 72.67%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0A48DA (or 0x0A48DA) is known color: Navy Blue. HEX triplet: 0A, 48 and DA. RGB value is (10,72,218). Sum of RGB (Red+Green+Blue) = 10+72+218=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A48DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A48DA is #F5B725. Grayscale: #454545. Windows color (decimal): -16103206 or 14305290. OLE color: 14305290.

HSL color Cylindrical-coordinate representation of color #0A48DA: hue angle of 222.12º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A48DA is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 72 218 -
CMYK 0.95 0.67 0 0.15
HSL 222.12º 0.91% 0.45% -
HSV(B) 222.12º 0.95% 0.85% -
XYZ 15.1 9.76 67.42 -
YUV 70.11 211.46 85.13 -
System Red Green Blue C M Y K H S L
Decimal 10 72 218 0.95 0.67 0 0.15 222.12 0.91 0.45
Hex A 48 DA 5F 43 0 F DE 5B 2D
Octal 12 110 332 137 103 0 17 336 133 55
Binary 1010 1001000 11011010 1011111 1000011 0 1111 11011110 1011011 101101

Color Harmonies of #0A48DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A48DA

Black with #0A48DA

Text Example


Text Example

White with #0A48DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,72,218); }

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

background-color css

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

 a { background-color: rgb(10,72,218); }

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

border-color css

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

 span { border-color: rgb(10,72,218); }

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