Html Css Color HEX #002748 Prussian Blue

📋 copy color: '#002748'

red 0 ◦ green 39 ◦ blue 72

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

Shades of Prussian Blue #002748

Tints of Prussian Blue #002748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 64.86%

R = 0%
G = 35.14%
B = 64.86%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002748 (or 0x002748) is known color: Prussian Blue. HEX triplet: 00, 27 and 48. RGB value is (0,39,72). Sum of RGB (Red+Green+Blue) = 0+39+72=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #002748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002748 is #FFD8B7. Grayscale: #1E1E1E. Windows color (decimal): -16767160 or 4728576. OLE color: 4728576.

HSL color Cylindrical-coordinate representation of color #002748: hue angle of 207.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002748 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 39 72 -
CMYK 1 0.46 0 0.72
HSL 207.5º 1% 0.14% -
HSV(B) 207.5º 1% 0.28% -
XYZ 1.9 1.92 6.4 -
YUV 31.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 0 39 72 1 0.46 0 0.72 207.5 1 0.14
Hex 0 27 48 64 2E 0 48 D0 64 E
Octal 0 47 110 144 56 0 110 320 144 16
Binary 0 100111 1001000 1100100 101110 0 1001000 11010000 1100100 1110

Color Harmonies of #002748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002748

Black with #002748

Text Example


Text Example

White with #002748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002748; }

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

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

background-color css

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

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

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

border-color css

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

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

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