Html Css Color HEX #0947FA Navy Blue

📋 copy color: '#0947FA'

red 9 ◦ green 71 ◦ blue 250

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

Shades of Navy Blue #0947FA

Tints of Navy Blue #0947FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.52%

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

R = 2.73%
G = 21.52%
B = 75.76%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0947FA (or 0x0947FA) is known color: Navy Blue. HEX triplet: 09, 47 and FA. RGB value is (9,71,250). Sum of RGB (Red+Green+Blue) = 9+71+250=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #0947FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0947FA is #F6B805. Grayscale: #484848. Windows color (decimal): -16168966 or 16402185. OLE color: 16402185.

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

Color convert

RGB 9 71 250 -
CMYK 0.96 0.72 0 0.02
HSL 224.56º 0.96% 0.51% -
HSV(B) 224.56º 0.96% 0.98% -
XYZ 19.62 11.47 91.62 -
YUV 72.87 227.96 82.45 -
System Red Green Blue C M Y K H S L
Decimal 9 71 250 0.96 0.72 0 0.02 224.56 0.96 0.51
Hex 9 47 FA 60 48 0 2 E1 60 33
Octal 11 107 372 140 110 0 2 341 140 63
Binary 1001 1000111 11111010 1100000 1001000 0 10 11100001 1100000 110011

Color Harmonies of #0947FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0947FA

Black with #0947FA

Text Example


Text Example

White with #0947FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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