Html Css Color HEX #0954CE Navy Blue

📋 copy color: '#0954CE'

red 9 ◦ green 84 ◦ blue 206

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

Shades of Navy Blue #0954CE

Tints of Navy Blue #0954CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.9%

R = 3.01%
G = 28.09%
B = 68.9%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0954CE (or 0x0954CE) is known color: Navy Blue. HEX triplet: 09, 54 and CE. RGB value is (9,84,206). Sum of RGB (Red+Green+Blue) = 9+84+206=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #0954CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0954CE is #F6AB31. Grayscale: #4A4A4A. Windows color (decimal): -16165682 or 13521929. OLE color: 13521929.

HSL color Cylindrical-coordinate representation of color #0954CE: hue angle of 217.16º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0954CE is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 84 206 -
CMYK 0.96 0.59 0 0.19
HSL 217.16º 0.92% 0.42% -
HSV(B) 217.16º 0.96% 0.81% -
XYZ 14.42 10.85 59.73 -
YUV 75.48 201.65 80.58 -
System Red Green Blue C M Y K H S L
Decimal 9 84 206 0.96 0.59 0 0.19 217.16 0.92 0.42
Hex 9 54 CE 60 3B 0 13 D9 5C 2A
Octal 11 124 316 140 73 0 23 331 134 52
Binary 1001 1010100 11001110 1100000 111011 0 10011 11011001 1011100 101010

Color Harmonies of #0954CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0954CE

Black with #0954CE

Text Example


Text Example

White with #0954CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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