Html Css Color HEX #002D4B Prussian Blue

📋 copy color: '#002D4B'

red 0 ◦ green 45 ◦ blue 75

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

Shades of Prussian Blue #002D4B

Tints of Prussian Blue #002D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 62.5%

R = 0%
G = 37.5%
B = 62.5%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#002D4B (or 0x002D4B) is known color: Prussian Blue. HEX triplet: 00, 2D and 4B. RGB value is (0,45,75). Sum of RGB (Red+Green+Blue) = 0+45+75=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #002D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D4B is #FFD2B4. Grayscale: #222222. Windows color (decimal): -16765621 or 4926720. OLE color: 4926720.

HSL color Cylindrical-coordinate representation of color #002D4B: hue angle of 204º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D4B is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 45 75 -
CMYK 1 0.40 0 0.71
HSL 204º 1% 0.15% -
HSV(B) 204º 1% 0.29% -
XYZ 2.21 2.38 7 -
YUV 34.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 0 45 75 1 0.40 0 0.71 204 1 0.15
Hex 0 2D 4B 64 28 0 47 CC 64 F
Octal 0 55 113 144 50 0 107 314 144 17
Binary 0 101101 1001011 1100100 101000 0 1000111 11001100 1100100 1111

Color Harmonies of #002D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D4B

Black with #002D4B

Text Example


Text Example

White with #002D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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