Html Css Color HEX #0347DF Navy Blue

📋 copy color: '#0347DF'

red 3 ◦ green 71 ◦ blue 223

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

Shades of Navy Blue #0347DF

Tints of Navy Blue #0347DF

RGB

 RED value IS 3 (1.56% from 255) = 1.01%

 GREEN value IS 71 (28.13% from 255) = 23.91%

 BLUE value IS 223 (87.5% from 255) = 75.08%

R = 1.01%
G = 23.91%
B = 75.08%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0347DF (or 0x0347DF) is known color: Navy Blue. HEX triplet: 03, 47 and DF. RGB value is (3,71,223). Sum of RGB (Red+Green+Blue) = 3+71+223=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #0347DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0347DF is #FCB820. Grayscale: #434343. Windows color (decimal): -16562209 or 14632707. OLE color: 14632707.

HSL color Cylindrical-coordinate representation of color #0347DF: hue angle of 221.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0347DF is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 71 223 -
CMYK 0.99 0.68 0 0.13
HSL 221.45º 0.97% 0.44% -
HSV(B) 221.45º 0.99% 0.87% -
XYZ 15.61 9.85 70.89 -
YUV 68 215.47 81.64 -
System Red Green Blue C M Y K H S L
Decimal 3 71 223 0.99 0.68 0 0.13 221.45 0.97 0.44
Hex 3 47 DF 63 44 0 D DD 61 2C
Octal 3 107 337 143 104 0 15 335 141 54
Binary 11 1000111 11011111 1100011 1000100 0 1101 11011101 1100001 101100

Color Harmonies of #0347DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0347DF

Black with #0347DF

Text Example


Text Example

White with #0347DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0347DF; }

 p { color: rgb(3,71,223); }

 H1.HeaderClassName
 {
   color: #0347DF;
 }
 .AnyTagClassName
 {
   color: #0347DF;
 }
</style>

background-color css

<style>
 a { background-color: #0347DF; }

 a { background-color: rgb(3,71,223); }

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

border-color css

<style>
 span { border-color: #0347DF; }

 span { border-color: rgb(3,71,223); }

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