Html Css Color HEX #002751 Prussian Blue

📋 copy color: '#002751'

red 0 ◦ green 39 ◦ blue 81

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

Shades of Prussian Blue #002751

Tints of Prussian Blue #002751

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.5%

 BLUE value IS 81 (32.03% from 255) = 67.5%

R = 0%
G = 32.5%
B = 67.5%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#002751 (or 0x002751) is known color: Prussian Blue. HEX triplet: 00, 27 and 51. RGB value is (0,39,81). Sum of RGB (Red+Green+Blue) = 0+39+81=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #002751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002751 is #FFD8AE. Grayscale: #1F1F1F. Windows color (decimal): -16767151 or 5318400. OLE color: 5318400.

HSL color Cylindrical-coordinate representation of color #002751: hue angle of 211.11º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002751 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 39 81 -
CMYK 1 0.52 0 0.68
HSL 211.11º 1% 0.16% -
HSV(B) 211.11º 1% 0.32% -
XYZ 2.21 2.05 8.06 -
YUV 32.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 0 39 81 1 0.52 0 0.68 211.11 1 0.16
Hex 0 27 51 64 34 0 44 D3 64 10
Octal 0 47 121 144 64 0 104 323 144 20
Binary 0 100111 1010001 1100100 110100 0 1000100 11010011 1100100 10000

Color Harmonies of #002751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002751

Black with #002751

Text Example


Text Example

White with #002751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002751; }

 p { color: rgb(0,39,81); }

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

background-color css

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

 a { background-color: rgb(0,39,81); }

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

border-color css

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

 span { border-color: rgb(0,39,81); }

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