Html Css Color HEX #0948FA Navy Blue

📋 copy color: '#0948FA'

red 9 ◦ green 72 ◦ blue 250

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

Shades of Navy Blue #0948FA

Tints of Navy Blue #0948FA

RGB

 RED value IS 9 (3.91% from 255) = 2.72%

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

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

R = 2.72%
G = 21.75%
B = 75.53%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0948FA (or 0x0948FA) is known color: Navy Blue. HEX triplet: 09, 48 and FA. RGB value is (9,72,250). Sum of RGB (Red+Green+Blue) = 9+72+250=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #0948FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0948FA is #F6B705. Grayscale: #484848. Windows color (decimal): -16168710 or 16402441. OLE color: 16402441.

HSL color Cylindrical-coordinate representation of color #0948FA: hue angle of 224.32º 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 #0948FA is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 72 250 -
CMYK 0.96 0.71 0 0.02
HSL 224.32º 0.96% 0.51% -
HSV(B) 224.32º 0.96% 0.98% -
XYZ 19.69 11.59 91.64 -
YUV 73.46 227.63 82.03 -
System Red Green Blue C M Y K H S L
Decimal 9 72 250 0.96 0.71 0 0.02 224.32 0.96 0.51
Hex 9 48 FA 60 47 0 2 E0 60 33
Octal 11 110 372 140 107 0 2 340 140 63
Binary 1001 1001000 11111010 1100000 1000111 0 10 11100000 1100000 110011

Color Harmonies of #0948FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948FA

Black with #0948FA

Text Example


Text Example

White with #0948FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0948FA; }

 p { color: rgb(9,72,250); }

 H1.HeaderClassName
 {
   color: #0948FA;
 }
 .AnyTagClassName
 {
   color: #0948FA;
 }
</style>

background-color css

<style>
 a { background-color: #0948FA; }

 a { background-color: rgb(9,72,250); }

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

border-color css

<style>
 span { border-color: #0948FA; }

 span { border-color: rgb(9,72,250); }

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