Html Css Color HEX #002D69 Prussian Blue

📋 copy color: '#002D69'

red 0 ◦ green 45 ◦ blue 105

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

Shades of Prussian Blue #002D69

Tints of Prussian Blue #002D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 70%

R = 0%
G = 30%
B = 70%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#002D69 (or 0x002D69) is known color: Prussian Blue. HEX triplet: 00, 2D and 69. RGB value is (0,45,105). Sum of RGB (Red+Green+Blue) = 0+45+105=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #002D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D69 is #FFD296. Grayscale: #262626. Windows color (decimal): -16765591 or 6892800. OLE color: 6892800.

HSL color Cylindrical-coordinate representation of color #002D69: hue angle of 214.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D69 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 45 105 -
CMYK 1 0.57 0 0.59
HSL 214.29º 1% 0.21% -
HSV(B) 214.29º 1% 0.41% -
XYZ 3.49 2.9 13.74 -
YUV 38.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 0 45 105 1 0.57 0 0.59 214.29 1 0.21
Hex 0 2D 69 64 39 0 3B D6 64 15
Octal 0 55 151 144 71 0 73 326 144 25
Binary 0 101101 1101001 1100100 111001 0 111011 11010110 1100100 10101

Color Harmonies of #002D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D69

Black with #002D69

Text Example


Text Example

White with #002D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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