Html Css Color HEX #0964FC Navy Blue

📋 copy color: '#0964FC'

red 9 ◦ green 100 ◦ blue 252

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

Shades of Navy Blue #0964FC

Tints of Navy Blue #0964FC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 2.49%
G = 27.7%
B = 69.81%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0964FC (or 0x0964FC) is known color: Navy Blue. HEX triplet: 09, 64 and FC. RGB value is (9,100,252). Sum of RGB (Red+Green+Blue) = 9+100+252=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #0964FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0964FC is #F69B03. Grayscale: #595959. Windows color (decimal): -16161540 or 16540681. OLE color: 16540681.

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

Color convert

RGB 9 100 252 -
CMYK 0.96 0.60 0 0.01
HSL 217.53º 0.98% 0.51% -
HSV(B) 217.53º 0.96% 0.99% -
XYZ 22.24 16.2 94.05 -
YUV 90.12 219.35 70.14 -
System Red Green Blue C M Y K H S L
Decimal 9 100 252 0.96 0.60 0 0.01 217.53 0.98 0.51
Hex 9 64 FC 60 3C 0 1 DA 62 33
Octal 11 144 374 140 74 0 1 332 142 63
Binary 1001 1100100 11111100 1100000 111100 0 1 11011010 1100010 110011

Color Harmonies of #0964FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0964FC

Black with #0964FC

Text Example


Text Example

White with #0964FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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