Html Css Color HEX #0953FC Navy Blue

📋 copy color: '#0953FC'

red 9 ◦ green 83 ◦ blue 252

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

Shades of Navy Blue #0953FC

Tints of Navy Blue #0953FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 73.26%

R = 2.62%
G = 24.13%
B = 73.26%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0953FC (or 0x0953FC) is known color: Navy Blue. HEX triplet: 09, 53 and FC. RGB value is (9,83,252). Sum of RGB (Red+Green+Blue) = 9+83+252=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #0953FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0953FC is #F6AC03. Grayscale: #4F4F4F. Windows color (decimal): -16165892 or 16536329. OLE color: 16536329.

HSL color Cylindrical-coordinate representation of color #0953FC: hue angle of 221.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0953FC is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 83 252 -
CMYK 0.96 0.67 0 0.01
HSL 221.73º 0.98% 0.51% -
HSV(B) 221.73º 0.96% 0.99% -
XYZ 20.78 13.27 93.56 -
YUV 80.14 224.98 77.26 -
System Red Green Blue C M Y K H S L
Decimal 9 83 252 0.96 0.67 0 0.01 221.73 0.98 0.51
Hex 9 53 FC 60 43 0 1 DE 62 33
Octal 11 123 374 140 103 0 1 336 142 63
Binary 1001 1010011 11111100 1100000 1000011 0 1 11011110 1100010 110011

Color Harmonies of #0953FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0953FC

Black with #0953FC

Text Example


Text Example

White with #0953FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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