Html Css Color HEX #0948FD Navy Blue

📋 copy color: '#0948FD'

red 9 ◦ green 72 ◦ blue 253

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

Shades of Navy Blue #0948FD

Tints of Navy Blue #0948FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.75%

R = 2.69%
G = 21.56%
B = 75.75%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0948FD (or 0x0948FD) is known color: Navy Blue. HEX triplet: 09, 48 and FD. RGB value is (9,72,253). Sum of RGB (Red+Green+Blue) = 9+72+253=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #0948FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0948FD is #F6B702. Grayscale: #494949. Windows color (decimal): -16168707 or 16599049. OLE color: 16599049.

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

Color convert

RGB 9 72 253 -
CMYK 0.96 0.72 0 0.01
HSL 224.51º 0.98% 0.51% -
HSV(B) 224.51º 0.96% 0.99% -
XYZ 20.16 11.78 94.14 -
YUV 73.8 229.13 81.78 -
System Red Green Blue C M Y K H S L
Decimal 9 72 253 0.96 0.72 0 0.01 224.51 0.98 0.51
Hex 9 48 FD 60 48 0 1 E1 62 33
Octal 11 110 375 140 110 0 1 341 142 63
Binary 1001 1001000 11111101 1100000 1001000 0 1 11100001 1100010 110011

Color Harmonies of #0948FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948FD

Black with #0948FD

Text Example


Text Example

White with #0948FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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