Html Css Color HEX #002C6F Prussian Blue

📋 copy color: '#002C6F'

red 0 ◦ green 44 ◦ blue 111

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

Shades of Prussian Blue #002C6F

Tints of Prussian Blue #002C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 71.61%

R = 0%
G = 28.39%
B = 71.61%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#002C6F (or 0x002C6F) is known color: Prussian Blue. HEX triplet: 00, 2C and 6F. RGB value is (0,44,111). Sum of RGB (Red+Green+Blue) = 0+44+111=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 111 (43.75% from 255 or 71.61% from 155); Max value from RGB is 111 - color contains mainly: blue. Hex color #002C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C6F is #FFD390. Grayscale: #262626. Windows color (decimal): -16765841 or 7285760. OLE color: 7285760.

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

Color convert

RGB 0 44 111 -
CMYK 1 0.60 0 0.56
HSL 216.22º 1% 0.22% -
HSV(B) 216.22º 1% 0.44% -
XYZ 3.77 2.95 15.41 -
YUV 38.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 0 44 111 1 0.60 0 0.56 216.22 1 0.22
Hex 0 2C 6F 64 3C 0 38 D8 64 16
Octal 0 54 157 144 74 0 70 330 144 26
Binary 0 101100 1101111 1100100 111100 0 111000 11011000 1100100 10110

Color Harmonies of #002C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C6F

Black with #002C6F

Text Example


Text Example

White with #002C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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