Html Css Color HEX #0943FC Navy Blue

📋 copy color: '#0943FC'

red 9 ◦ green 67 ◦ blue 252

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

Shades of Navy Blue #0943FC

Tints of Navy Blue #0943FC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.43%

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

R = 2.74%
G = 20.43%
B = 76.83%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0943FC (or 0x0943FC) is known color: Navy Blue. HEX triplet: 09, 43 and FC. RGB value is (9,67,252). Sum of RGB (Red+Green+Blue) = 9+67+252=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 252 (98.83% from 255 or 76.83% from 328); Max value from RGB is 252 - color contains mainly: blue. Hex color #0943FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0943FC is #F6BC03. Grayscale: #454545. Windows color (decimal): -16169988 or 16532233. OLE color: 16532233.

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

Color convert

RGB 9 67 252 -
CMYK 0.96 0.73 0 0.01
HSL 225.68º 0.98% 0.51% -
HSV(B) 225.68º 0.96% 0.99% -
XYZ 19.69 11.1 93.2 -
YUV 70.75 230.28 83.96 -
System Red Green Blue C M Y K H S L
Decimal 9 67 252 0.96 0.73 0 0.01 225.68 0.98 0.51
Hex 9 43 FC 60 49 0 1 E2 62 33
Octal 11 103 374 140 111 0 1 342 142 63
Binary 1001 1000011 11111100 1100000 1001001 0 1 11100010 1100010 110011

Color Harmonies of #0943FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0943FC

Black with #0943FC

Text Example


Text Example

White with #0943FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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