Html Css Color HEX #003075 Prussian Blue

📋 copy color: '#003075'

red 0 ◦ green 48 ◦ blue 117

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

Shades of Prussian Blue #003075

Tints of Prussian Blue #003075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.09%

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

R = 0%
G = 29.09%
B = 70.91%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003075 (or 0x003075) is known color: Prussian Blue. HEX triplet: 00, 30 and 75. RGB value is (0,48,117). Sum of RGB (Red+Green+Blue) = 0+48+117=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 117 (46.09% from 255 or 70.91% from 165); Max value from RGB is 117 - color contains mainly: blue. Hex color #003075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003075 is #FFCF8A. Grayscale: #292929. Windows color (decimal): -16764811 or 7680000. OLE color: 7680000.

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

Color convert

RGB 0 48 117 -
CMYK 1 0.59 0 0.54
HSL 215.38º 1% 0.23% -
HSV(B) 215.38º 1% 0.46% -
XYZ 4.27 3.4 17.26 -
YUV 41.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 0 48 117 1 0.59 0 0.54 215.38 1 0.23
Hex 0 30 75 64 3B 0 36 D7 64 17
Octal 0 60 165 144 73 0 66 327 144 27
Binary 0 110000 1110101 1100100 111011 0 110110 11010111 1100100 10111

Color Harmonies of #003075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003075

Black with #003075

Text Example


Text Example

White with #003075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003075; }

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

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

background-color css

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

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

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

border-color css

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

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

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