Html Css Color HEX #0948FC Navy Blue

📋 copy color: '#0948FC'

red 9 ◦ green 72 ◦ blue 252

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

Shades of Navy Blue #0948FC

Tints of Navy Blue #0948FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75.68%

R = 2.7%
G = 21.62%
B = 75.68%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0948FC (or 0x0948FC) is known color: Navy Blue. HEX triplet: 09, 48 and FC. RGB value is (9,72,252). Sum of RGB (Red+Green+Blue) = 9+72+252=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #0948FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0948FC is #F6B703. Grayscale: #484848. Windows color (decimal): -16168708 or 16533513. OLE color: 16533513.

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

Color convert

RGB 9 72 252 -
CMYK 0.96 0.71 0 0.01
HSL 224.44º 0.98% 0.51% -
HSV(B) 224.44º 0.96% 0.99% -
XYZ 20 11.72 93.3 -
YUV 73.68 228.63 81.86 -
System Red Green Blue C M Y K H S L
Decimal 9 72 252 0.96 0.71 0 0.01 224.44 0.98 0.51
Hex 9 48 FC 60 47 0 1 E0 62 33
Octal 11 110 374 140 107 0 1 340 142 63
Binary 1001 1001000 11111100 1100000 1000111 0 1 11100000 1100010 110011

Color Harmonies of #0948FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948FC

Black with #0948FC

Text Example


Text Example

White with #0948FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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