Html Css Color HEX #002C6D Prussian Blue

📋 copy color: '#002C6D'

red 0 ◦ green 44 ◦ blue 109

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

Shades of Prussian Blue #002C6D

Tints of Prussian Blue #002C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 71.24%

R = 0%
G = 28.76%
B = 71.24%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#002C6D (or 0x002C6D) is known color: Prussian Blue. HEX triplet: 00, 2C and 6D. RGB value is (0,44,109). Sum of RGB (Red+Green+Blue) = 0+44+109=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #002C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C6D is #FFD392. Grayscale: #252525. Windows color (decimal): -16765843 or 7154688. OLE color: 7154688.

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

Color convert

RGB 0 44 109 -
CMYK 1 0.60 0 0.57
HSL 215.78º 1% 0.21% -
HSV(B) 215.78º 1% 0.43% -
XYZ 3.66 2.91 14.84 -
YUV 38.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 0 44 109 1 0.60 0 0.57 215.78 1 0.21
Hex 0 2C 6D 64 3C 0 39 D8 64 15
Octal 0 54 155 144 74 0 71 330 144 25
Binary 0 101100 1101101 1100100 111100 0 111001 11011000 1100100 10101

Color Harmonies of #002C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C6D

Black with #002C6D

Text Example


Text Example

White with #002C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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