Html Css Color HEX #002D66 Prussian Blue

📋 copy color: '#002D66'

red 0 ◦ green 45 ◦ blue 102

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

Shades of Prussian Blue #002D66

Tints of Prussian Blue #002D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 69.39%

R = 0%
G = 30.61%
B = 69.39%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#002D66 (or 0x002D66) is known color: Prussian Blue. HEX triplet: 00, 2D and 66. RGB value is (0,45,102). Sum of RGB (Red+Green+Blue) = 0+45+102=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #002D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D66 is #FFD299. Grayscale: #252525. Windows color (decimal): -16765594 or 6696192. OLE color: 6696192.

HSL color Cylindrical-coordinate representation of color #002D66: hue angle of 213.53º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D66 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 45 102 -
CMYK 1 0.56 0 0.6
HSL 213.53º 1% 0.2% -
HSV(B) 213.53º 1% 0.4% -
XYZ 3.34 2.84 12.94 -
YUV 38.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 0 45 102 1 0.56 0 0.6 213.53 1 0.2
Hex 0 2D 66 64 38 0 3C D6 64 14
Octal 0 55 146 144 70 0 74 326 144 24
Binary 0 101101 1100110 1100100 111000 0 111100 11010110 1100100 10100

Color Harmonies of #002D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D66

Black with #002D66

Text Example


Text Example

White with #002D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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