Html Css Color HEX #0347DC Navy Blue

📋 copy color: '#0347DC'

red 3 ◦ green 71 ◦ blue 220

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

Shades of Navy Blue #0347DC

Tints of Navy Blue #0347DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 74.83%

R = 1.02%
G = 24.15%
B = 74.83%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0347DC (or 0x0347DC) is known color: Navy Blue. HEX triplet: 03, 47 and DC. RGB value is (3,71,220). Sum of RGB (Red+Green+Blue) = 3+71+220=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #0347DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0347DC is #FCB823. Grayscale: #424242. Windows color (decimal): -16562212 or 14436099. OLE color: 14436099.

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

Color convert

RGB 3 71 220 -
CMYK 0.99 0.68 0 0.14
HSL 221.2º 0.97% 0.44% -
HSV(B) 221.2º 0.99% 0.86% -
XYZ 15.21 9.69 68.78 -
YUV 67.65 213.97 81.88 -
System Red Green Blue C M Y K H S L
Decimal 3 71 220 0.99 0.68 0 0.14 221.2 0.97 0.44
Hex 3 47 DC 63 44 0 E DD 61 2C
Octal 3 107 334 143 104 0 16 335 141 54
Binary 11 1000111 11011100 1100011 1000100 0 1110 11011101 1100001 101100

Color Harmonies of #0347DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0347DC

Black with #0347DC

Text Example


Text Example

White with #0347DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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