Html Css Color HEX #003875 Prussian Blue

📋 copy color: '#003875'

red 0 ◦ green 56 ◦ blue 117

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

Shades of Prussian Blue #003875

Tints of Prussian Blue #003875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

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

R = 0%
G = 32.37%
B = 67.63%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003875 (or 0x003875) is known color: Prussian Blue. HEX triplet: 00, 38 and 75. RGB value is (0,56,117). Sum of RGB (Red+Green+Blue) = 0+56+117=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #003875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003875 is #FFC78A. Grayscale: #2D2D2D. Windows color (decimal): -16762763 or 7682048. OLE color: 7682048.

HSL color Cylindrical-coordinate representation of color #003875: hue angle of 211.28º 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 #003875 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 56 117 -
CMYK 1 0.52 0 0.54
HSL 211.28º 1% 0.23% -
HSV(B) 211.28º 1% 0.46% -
XYZ 4.63 4.11 17.38 -
YUV 46.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 0 56 117 1 0.52 0 0.54 211.28 1 0.23
Hex 0 38 75 64 34 0 36 D3 64 17
Octal 0 70 165 144 64 0 66 323 144 27
Binary 0 111000 1110101 1100100 110100 0 110110 11010011 1100100 10111

Color Harmonies of #003875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003875

Black with #003875

Text Example


Text Example

White with #003875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003875; }

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

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

background-color css

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

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

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

border-color css

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

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

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