Html Css Color HEX #002A68 Prussian Blue

📋 copy color: '#002A68'

red 0 ◦ green 42 ◦ blue 104

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

Shades of Prussian Blue #002A68

Tints of Prussian Blue #002A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 71.23%

R = 0%
G = 28.77%
B = 71.23%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#002A68 (or 0x002A68) is known color: Prussian Blue. HEX triplet: 00, 2A and 68. RGB value is (0,42,104). Sum of RGB (Red+Green+Blue) = 0+42+104=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #002A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A68 is #FFD597. Grayscale: #242424. Windows color (decimal): -16766360 or 6826496. OLE color: 6826496.

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

Color convert

RGB 0 42 104 -
CMYK 1 0.60 0 0.59
HSL 215.77º 1% 0.2% -
HSV(B) 215.77º 1% 0.41% -
XYZ 3.33 2.66 13.43 -
YUV 36.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 0 42 104 1 0.60 0 0.59 215.77 1 0.2
Hex 0 2A 68 64 3C 0 3B D8 64 14
Octal 0 52 150 144 74 0 73 330 144 24
Binary 0 101010 1101000 1100100 111100 0 111011 11011000 1100100 10100

Color Harmonies of #002A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A68

Black with #002A68

Text Example


Text Example

White with #002A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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