Html Css Color HEX #002958 Prussian Blue

📋 copy color: '#002958'

red 0 ◦ green 41 ◦ blue 88

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

Shades of Prussian Blue #002958

Tints of Prussian Blue #002958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.78%

 BLUE value IS 88 (34.77% from 255) = 68.22%

R = 0%
G = 31.78%
B = 68.22%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#002958 (or 0x002958) is known color: Prussian Blue. HEX triplet: 00, 29 and 58. RGB value is (0,41,88). Sum of RGB (Red+Green+Blue) = 0+41+88=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #002958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002958 is #FFD6A7. Grayscale: #212121. Windows color (decimal): -16766632 or 5777664. OLE color: 5777664.

HSL color Cylindrical-coordinate representation of color #002958: hue angle of 212.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002958 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 41 88 -
CMYK 1 0.53 0 0.65
HSL 212.05º 1% 0.17% -
HSV(B) 212.05º 1% 0.35% -
XYZ 2.55 2.29 9.54 -
YUV 34.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 0 41 88 1 0.53 0 0.65 212.05 1 0.17
Hex 0 29 58 64 35 0 41 D4 64 11
Octal 0 51 130 144 65 0 101 324 144 21
Binary 0 101001 1011000 1100100 110101 0 1000001 11010100 1100100 10001

Color Harmonies of #002958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002958

Black with #002958

Text Example


Text Example

White with #002958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002958; }

 p { color: rgb(0,41,88); }

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

background-color css

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

 a { background-color: rgb(0,41,88); }

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

border-color css

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

 span { border-color: rgb(0,41,88); }

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