Html Css Color HEX #002C5F Prussian Blue

📋 copy color: '#002C5F'

red 0 ◦ green 44 ◦ blue 95

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

Shades of Prussian Blue #002C5F

Tints of Prussian Blue #002C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.65%

 BLUE value IS 95 (37.5% from 255) = 68.35%

R = 0%
G = 31.65%
B = 68.35%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#002C5F (or 0x002C5F) is known color: Prussian Blue. HEX triplet: 00, 2C and 5F. RGB value is (0,44,95). Sum of RGB (Red+Green+Blue) = 0+44+95=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 95 (37.5% from 255 or 68.35% from 139); Max value from RGB is 95 - color contains mainly: blue. Hex color #002C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C5F is #FFD3A0. Grayscale: #242424. Windows color (decimal): -16765857 or 6237184. OLE color: 6237184.

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

Color convert

RGB 0 44 95 -
CMYK 1 0.54 0 0.63
HSL 212.21º 1% 0.19% -
HSV(B) 212.21º 1% 0.37% -
XYZ 2.97 2.63 11.18 -
YUV 36.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 0 44 95 1 0.54 0 0.63 212.21 1 0.19
Hex 0 2C 5F 64 36 0 3F D4 64 13
Octal 0 54 137 144 66 0 77 324 144 23
Binary 0 101100 1011111 1100100 110110 0 111111 11010100 1100100 10011

Color Harmonies of #002C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C5F

Black with #002C5F

Text Example


Text Example

White with #002C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,44,95); }

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

background-color css

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

 a { background-color: rgb(0,44,95); }

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

border-color css

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

 span { border-color: rgb(0,44,95); }

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