Html Css Color HEX #0954DF Navy Blue

📋 copy color: '#0954DF'

red 9 ◦ green 84 ◦ blue 223

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

Shades of Navy Blue #0954DF

Tints of Navy Blue #0954DF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 2.85%
G = 26.58%
B = 70.57%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0954DF (or 0x0954DF) is known color: Navy Blue. HEX triplet: 09, 54 and DF. RGB value is (9,84,223). Sum of RGB (Red+Green+Blue) = 9+84+223=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #0954DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0954DF is #F6AB20. Grayscale: #4C4C4C. Windows color (decimal): -16165665 or 14636041. OLE color: 14636041.

HSL color Cylindrical-coordinate representation of color #0954DF: hue angle of 218.97º 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 #0954DF is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 84 223 -
CMYK 0.96 0.62 0 0.13
HSL 218.97º 0.92% 0.45% -
HSV(B) 218.97º 0.96% 0.87% -
XYZ 16.6 11.73 71.2 -
YUV 77.42 210.15 79.2 -
System Red Green Blue C M Y K H S L
Decimal 9 84 223 0.96 0.62 0 0.13 218.97 0.92 0.45
Hex 9 54 DF 60 3E 0 D DB 5C 2D
Octal 11 124 337 140 76 0 15 333 134 55
Binary 1001 1010100 11011111 1100000 111110 0 1101 11011011 1011100 101101

Color Harmonies of #0954DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0954DF

Black with #0954DF

Text Example


Text Example

White with #0954DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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