Html Css Color HEX #0954DC Navy Blue

📋 copy color: '#0954DC'

red 9 ◦ green 84 ◦ blue 220

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

Shades of Navy Blue #0954DC

Tints of Navy Blue #0954DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.29%

R = 2.88%
G = 26.84%
B = 70.29%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0954DC (or 0x0954DC) is known color: Navy Blue. HEX triplet: 09, 54 and DC. RGB value is (9,84,220). Sum of RGB (Red+Green+Blue) = 9+84+220=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #0954DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0954DC is #F6AB23. Grayscale: #4C4C4C. Windows color (decimal): -16165668 or 14439433. OLE color: 14439433.

HSL color Cylindrical-coordinate representation of color #0954DC: hue angle of 218.67º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0954DC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 84 220 -
CMYK 0.96 0.62 0 0.14
HSL 218.67º 0.92% 0.45% -
HSV(B) 218.67º 0.96% 0.86% -
XYZ 16.2 11.57 69.09 -
YUV 77.08 208.65 79.44 -
System Red Green Blue C M Y K H S L
Decimal 9 84 220 0.96 0.62 0 0.14 218.67 0.92 0.45
Hex 9 54 DC 60 3E 0 E DB 5C 2D
Octal 11 124 334 140 76 0 16 333 134 55
Binary 1001 1010100 11011100 1100000 111110 0 1110 11011011 1011100 101101

Color Harmonies of #0954DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0954DC

Black with #0954DC

Text Example


Text Example

White with #0954DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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