Html Css Color HEX #003C71 Prussian Blue

📋 copy color: '#003C71'

red 0 ◦ green 60 ◦ blue 113

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

Shades of Prussian Blue #003C71

Tints of Prussian Blue #003C71

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 60 (23.83% from 255) = 34.68%

 BLUE value IS 113 (44.53% from 255) = 65.32%

R = 0%
G = 34.68%
B = 65.32%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003C71 (or 0x003C71) is known color: Prussian Blue. HEX triplet: 00, 3C and 71. RGB value is (0,60,113). Sum of RGB (Red+Green+Blue) = 0+60+113=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #003C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C71 is #FFC38E. Grayscale: #2F2F2F. Windows color (decimal): -16761743 or 7420928. OLE color: 7420928.

HSL color Cylindrical-coordinate representation of color #003C71: hue angle of 208.14º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C71 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 60 113 -
CMYK 1 0.47 0 0.56
HSL 208.14º 1% 0.22% -
HSV(B) 208.14º 1% 0.44% -
XYZ 4.6 4.42 16.23 -
YUV 48.1 164.62 93.69 -
System Red Green Blue C M Y K H S L
Decimal 0 60 113 1 0.47 0 0.56 208.14 1 0.22
Hex 0 3C 71 64 2F 0 38 D0 64 16
Octal 0 74 161 144 57 0 70 320 144 26
Binary 0 111100 1110001 1100100 101111 0 111000 11010000 1100100 10110

Color Harmonies of #003C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C71

Black with #003C71

Text Example


Text Example

White with #003C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003C71; }

 p { color: rgb(0,60,113); }

 H1.HeaderClassName
 {
   color: #003C71;
 }
 .AnyTagClassName
 {
   color: #003C71;
 }
</style>

background-color css

<style>
 a { background-color: #003C71; }

 a { background-color: rgb(0,60,113); }

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

border-color css

<style>
 span { border-color: #003C71; }

 span { border-color: rgb(0,60,113); }

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