Html Css Color HEX #0948DF Navy Blue

📋 copy color: '#0948DF'

red 9 ◦ green 72 ◦ blue 223

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

Shades of Navy Blue #0948DF

Tints of Navy Blue #0948DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.36%

R = 2.96%
G = 23.68%
B = 73.36%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0948DF (or 0x0948DF) is known color: Navy Blue. HEX triplet: 09, 48 and DF. RGB value is (9,72,223). Sum of RGB (Red+Green+Blue) = 9+72+223=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #0948DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948DF is #F6B720. Grayscale: #454545. Windows color (decimal): -16168737 or 14632969. OLE color: 14632969.

HSL color Cylindrical-coordinate representation of color #0948DF: hue angle of 222.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0948DF is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 72 223 -
CMYK 0.96 0.68 0 0.13
HSL 222.34º 0.92% 0.45% -
HSV(B) 222.34º 0.96% 0.87% -
XYZ 15.75 10.02 70.92 -
YUV 70.38 214.13 84.22 -
System Red Green Blue C M Y K H S L
Decimal 9 72 223 0.96 0.68 0 0.13 222.34 0.92 0.45
Hex 9 48 DF 60 44 0 D DE 5C 2D
Octal 11 110 337 140 104 0 15 336 134 55
Binary 1001 1001000 11011111 1100000 1000100 0 1101 11011110 1011100 101101

Color Harmonies of #0948DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948DF

Black with #0948DF

Text Example


Text Example

White with #0948DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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