Html Css Color HEX #003975 Prussian Blue

📋 copy color: '#003975'

red 0 ◦ green 57 ◦ blue 117

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

Shades of Prussian Blue #003975

Tints of Prussian Blue #003975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.76%

 BLUE value IS 117 (46.09% from 255) = 67.24%

R = 0%
G = 32.76%
B = 67.24%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003975 (or 0x003975) is known color: Prussian Blue. HEX triplet: 00, 39 and 75. RGB value is (0,57,117). Sum of RGB (Red+Green+Blue) = 0+57+117=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #003975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003975 is #FFC68A. Grayscale: #2E2E2E. Windows color (decimal): -16762507 or 7682304. OLE color: 7682304.

HSL color Cylindrical-coordinate representation of color #003975: hue angle of 210.77º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003975 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 57 117 -
CMYK 1 0.51 0 0.54
HSL 210.77º 1% 0.23% -
HSV(B) 210.77º 1% 0.46% -
XYZ 4.67 4.21 17.4 -
YUV 46.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 0 57 117 1 0.51 0 0.54 210.77 1 0.23
Hex 0 39 75 64 33 0 36 D3 64 17
Octal 0 71 165 144 63 0 66 323 144 27
Binary 0 111001 1110101 1100100 110011 0 110110 11010011 1100100 10111

Color Harmonies of #003975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003975

Black with #003975

Text Example


Text Example

White with #003975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003975; }

 p { color: rgb(0,57,117); }

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

background-color css

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

 a { background-color: rgb(0,57,117); }

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

border-color css

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

 span { border-color: rgb(0,57,117); }

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