Html Css Color HEX #002A62 Prussian Blue

📋 copy color: '#002A62'

red 0 ◦ green 42 ◦ blue 98

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

Shades of Prussian Blue #002A62

Tints of Prussian Blue #002A62

RGB

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

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

 BLUE value IS 98 (38.67% 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.62

RGB Variations

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

Color information

#002A62 (or 0x002A62) is known color: Prussian Blue. HEX triplet: 00, 2A and 62. RGB value is (0,42,98). Sum of RGB (Red+Green+Blue) = 0+42+98=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #002A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A62 is #FFD59D. Grayscale: #232323. Windows color (decimal): -16766366 or 6433280. OLE color: 6433280.

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

Color convert

RGB 0 42 98 -
CMYK 1 0.57 0 0.62
HSL 214.29º 1% 0.19% -
HSV(B) 214.29º 1% 0.38% -
XYZ 3.03 2.54 11.89 -
YUV 35.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 0 42 98 1 0.57 0 0.62 214.29 1 0.19
Hex 0 2A 62 64 39 0 3E D6 64 13
Octal 0 52 142 144 71 0 76 326 144 23
Binary 0 101010 1100010 1100100 111001 0 111110 11010110 1100100 10011

Color Harmonies of #002A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A62

Black with #002A62

Text Example


Text Example

White with #002A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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