Html Css Color HEX #002C6A Prussian Blue

📋 copy color: '#002C6A'

red 0 ◦ green 44 ◦ blue 106

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

Shades of Prussian Blue #002C6A

Tints of Prussian Blue #002C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 70.67%

R = 0%
G = 29.33%
B = 70.67%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#002C6A (or 0x002C6A) is known color: Prussian Blue. HEX triplet: 00, 2C and 6A. RGB value is (0,44,106). Sum of RGB (Red+Green+Blue) = 0+44+106=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 106 (41.80% from 255 or 70.67% from 150); Max value from RGB is 106 - color contains mainly: blue. Hex color #002C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C6A is #FFD395. Grayscale: #252525. Windows color (decimal): -16765846 or 6958080. OLE color: 6958080.

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

Color convert

RGB 0 44 106 -
CMYK 1 0.58 0 0.58
HSL 215.09º 1% 0.21% -
HSV(B) 215.09º 1% 0.42% -
XYZ 3.5 2.84 14 -
YUV 37.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 0 44 106 1 0.58 0 0.58 215.09 1 0.21
Hex 0 2C 6A 64 3A 0 3A D7 64 15
Octal 0 54 152 144 72 0 72 327 144 25
Binary 0 101100 1101010 1100100 111010 0 111010 11010111 1100100 10101

Color Harmonies of #002C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C6A

Black with #002C6A

Text Example


Text Example

White with #002C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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