Html Css Color HEX #0953CF Navy Blue

📋 copy color: '#0953CF'

red 9 ◦ green 83 ◦ blue 207

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

Shades of Navy Blue #0953CF

Tints of Navy Blue #0953CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

 BLUE value IS 207 (81.25% from 255) = 69.23%

R = 3.01%
G = 27.76%
B = 69.23%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0953CF (or 0x0953CF) is known color: Navy Blue. HEX triplet: 09, 53 and CF. RGB value is (9,83,207). Sum of RGB (Red+Green+Blue) = 9+83+207=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #0953CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0953CF is #F6AC30. Grayscale: #4A4A4A. Windows color (decimal): -16165937 or 13587209. OLE color: 13587209.

HSL color Cylindrical-coordinate representation of color #0953CF: hue angle of 217.58º 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 #0953CF is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 83 207 -
CMYK 0.96 0.60 0 0.19
HSL 217.58º 0.92% 0.42% -
HSV(B) 217.58º 0.96% 0.81% -
XYZ 14.47 10.75 60.34 -
YUV 75.01 202.48 80.92 -
System Red Green Blue C M Y K H S L
Decimal 9 83 207 0.96 0.60 0 0.19 217.58 0.92 0.42
Hex 9 53 CF 60 3C 0 13 DA 5C 2A
Octal 11 123 317 140 74 0 23 332 134 52
Binary 1001 1010011 11001111 1100000 111100 0 10011 11011010 1011100 101010

Color Harmonies of #0953CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0953CF

Black with #0953CF

Text Example


Text Example

White with #0953CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0953CF; }

 p { color: rgb(9,83,207); }

 H1.HeaderClassName
 {
   color: #0953CF;
 }
 .AnyTagClassName
 {
   color: #0953CF;
 }
</style>

background-color css

<style>
 a { background-color: #0953CF; }

 a { background-color: rgb(9,83,207); }

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

border-color css

<style>
 span { border-color: #0953CF; }

 span { border-color: rgb(9,83,207); }

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