Html Css Color HEX #0954EF Navy Blue

📋 copy color: '#0954EF'

red 9 ◦ green 84 ◦ blue 239

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

Shades of Navy Blue #0954EF

Tints of Navy Blue #0954EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.99%

R = 2.71%
G = 25.3%
B = 71.99%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0954EF (or 0x0954EF) is known color: Navy Blue. HEX triplet: 09, 54 and EF. RGB value is (9,84,239). Sum of RGB (Red+Green+Blue) = 9+84+239=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #0954EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0954EF is #F6AB10. Grayscale: #4E4E4E. Windows color (decimal): -16165649 or 15684617. OLE color: 15684617.

HSL color Cylindrical-coordinate representation of color #0954EF: hue angle of 220.43º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0954EF is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 84 239 -
CMYK 0.96 0.65 0 0.06
HSL 220.43º 0.93% 0.49% -
HSV(B) 220.43º 0.96% 0.94% -
XYZ 18.86 12.63 83.11 -
YUV 79.25 218.15 77.9 -
System Red Green Blue C M Y K H S L
Decimal 9 84 239 0.96 0.65 0 0.06 220.43 0.93 0.49
Hex 9 54 EF 60 41 0 6 DC 5D 31
Octal 11 124 357 140 101 0 6 334 135 61
Binary 1001 1010100 11101111 1100000 1000001 0 110 11011100 1011101 110001

Color Harmonies of #0954EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0954EF

Black with #0954EF

Text Example


Text Example

White with #0954EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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