Html Css Color HEX #002C6B Prussian Blue

📋 copy color: '#002C6B'

red 0 ◦ green 44 ◦ blue 107

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

Shades of Prussian Blue #002C6B

Tints of Prussian Blue #002C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 70.86%

R = 0%
G = 29.14%
B = 70.86%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#002C6B (or 0x002C6B) is known color: Prussian Blue. HEX triplet: 00, 2C and 6B. RGB value is (0,44,107). Sum of RGB (Red+Green+Blue) = 0+44+107=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 107 (42.19% from 255 or 70.86% from 151); Max value from RGB is 107 - color contains mainly: blue. Hex color #002C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C6B is #FFD394. Grayscale: #252525. Windows color (decimal): -16765845 or 7023616. OLE color: 7023616.

HSL color Cylindrical-coordinate representation of color #002C6B: hue angle of 215.33º 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 #002C6B is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 44 107 -
CMYK 1 0.59 0 0.58
HSL 215.33º 1% 0.21% -
HSV(B) 215.33º 1% 0.42% -
XYZ 3.55 2.86 14.28 -
YUV 38.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 0 44 107 1 0.59 0 0.58 215.33 1 0.21
Hex 0 2C 6B 64 3B 0 3A D7 64 15
Octal 0 54 153 144 73 0 72 327 144 25
Binary 0 101100 1101011 1100100 111011 0 111010 11010111 1100100 10101

Color Harmonies of #002C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C6B

Black with #002C6B

Text Example


Text Example

White with #002C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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