Html Css Color HEX #002A60 Prussian Blue

📋 copy color: '#002A60'

red 0 ◦ green 42 ◦ blue 96

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

Shades of Prussian Blue #002A60

Tints of Prussian Blue #002A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.43%

 BLUE value IS 96 (37.89% from 255) = 69.57%

R = 0%
G = 30.43%
B = 69.57%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002A60 (or 0x002A60) is known color: Prussian Blue. HEX triplet: 00, 2A and 60. RGB value is (0,42,96). Sum of RGB (Red+Green+Blue) = 0+42+96=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #002A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A60 is #FFD59F. Grayscale: #232323. Windows color (decimal): -16766368 or 6302208. OLE color: 6302208.

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

Color convert

RGB 0 42 96 -
CMYK 1 0.56 0 0.62
HSL 213.75º 1% 0.19% -
HSV(B) 213.75º 1% 0.38% -
XYZ 2.94 2.5 11.39 -
YUV 35.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 0 42 96 1 0.56 0 0.62 213.75 1 0.19
Hex 0 2A 60 64 38 0 3E D6 64 13
Octal 0 52 140 144 70 0 76 326 144 23
Binary 0 101010 1100000 1100100 111000 0 111110 11010110 1100100 10011

Color Harmonies of #002A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A60

Black with #002A60

Text Example


Text Example

White with #002A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,42,96); }

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

background-color css

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

 a { background-color: rgb(0,42,96); }

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

border-color css

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

 span { border-color: rgb(0,42,96); }

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