Html Css Color HEX #002D75 Prussian Blue

📋 copy color: '#002D75'

red 0 ◦ green 45 ◦ blue 117

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

Shades of Prussian Blue #002D75

Tints of Prussian Blue #002D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.78%

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

R = 0%
G = 27.78%
B = 72.22%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#002D75 (or 0x002D75) is known color: Prussian Blue. HEX triplet: 00, 2D and 75. RGB value is (0,45,117). Sum of RGB (Red+Green+Blue) = 0+45+117=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #002D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D75 is #FFD28A. Grayscale: #272727. Windows color (decimal): -16765579 or 7679232. OLE color: 7679232.

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

Color convert

RGB 0 45 117 -
CMYK 1 0.62 0 0.54
HSL 216.92º 1% 0.23% -
HSV(B) 216.92º 1% 0.46% -
XYZ 4.15 3.16 17.22 -
YUV 39.75 171.59 99.65 -
System Red Green Blue C M Y K H S L
Decimal 0 45 117 1 0.62 0 0.54 216.92 1 0.23
Hex 0 2D 75 64 3E 0 36 D9 64 17
Octal 0 55 165 144 76 0 66 331 144 27
Binary 0 101101 1110101 1100100 111110 0 110110 11011001 1100100 10111

Color Harmonies of #002D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D75

Black with #002D75

Text Example


Text Example

White with #002D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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