Html Css Color HEX #0954FE Navy Blue

📋 copy color: '#0954FE'

red 9 ◦ green 84 ◦ blue 254

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

Shades of Navy Blue #0954FE

Tints of Navy Blue #0954FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 73.2%

R = 2.59%
G = 24.21%
B = 73.2%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0954FE (or 0x0954FE) is known color: Navy Blue. HEX triplet: 09, 54 and FE. RGB value is (9,84,254). Sum of RGB (Red+Green+Blue) = 9+84+254=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #0954FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0954FE is #F6AB01. Grayscale: #505050. Windows color (decimal): -16165634 or 16667657. OLE color: 16667657.

HSL color Cylindrical-coordinate representation of color #0954FE: hue angle of 221.63º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0954FE is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 84 254 -
CMYK 0.96 0.67 0 0.00
HSL 221.63º 0.99% 0.52% -
HSV(B) 221.63º 0.96% 1% -
XYZ 21.17 13.55 95.27 -
YUV 80.96 225.65 76.68 -
System Red Green Blue C M Y K H S L
Decimal 9 84 254 0.96 0.67 0 0.00 221.63 0.99 0.52
Hex 9 54 FE 60 43 0 0 DE 63 34
Octal 11 124 376 140 103 0 0 336 143 64
Binary 1001 1010100 11111110 1100000 1000011 0 0 11011110 1100011 110100

Color Harmonies of #0954FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0954FE

Black with #0954FE

Text Example


Text Example

White with #0954FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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