Html Css Color HEX #003055 Prussian Blue

📋 copy color: '#003055'

red 0 ◦ green 48 ◦ blue 85

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

Shades of Prussian Blue #003055

Tints of Prussian Blue #003055

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.09%

 BLUE value IS 85 (33.59% from 255) = 63.91%

R = 0%
G = 36.09%
B = 63.91%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#003055 (or 0x003055) is known color: Prussian Blue. HEX triplet: 00, 30 and 55. RGB value is (0,48,85). Sum of RGB (Red+Green+Blue) = 0+48+85=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #003055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003055 is #FFCFAA. Grayscale: #252525. Windows color (decimal): -16764843 or 5582848. OLE color: 5582848.

HSL color Cylindrical-coordinate representation of color #003055: hue angle of 206.12º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003055 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 48 85 -
CMYK 1 0.44 0 0.67
HSL 206.12º 1% 0.17% -
HSV(B) 206.12º 1% 0.33% -
XYZ 2.7 2.77 8.99 -
YUV 37.87 154.6 100.99 -
System Red Green Blue C M Y K H S L
Decimal 0 48 85 1 0.44 0 0.67 206.12 1 0.17
Hex 0 30 55 64 2C 0 43 CE 64 11
Octal 0 60 125 144 54 0 103 316 144 21
Binary 0 110000 1010101 1100100 101100 0 1000011 11001110 1100100 10001

Color Harmonies of #003055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003055

Black with #003055

Text Example


Text Example

White with #003055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003055; }

 p { color: rgb(0,48,85); }

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

background-color css

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

 a { background-color: rgb(0,48,85); }

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

border-color css

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

 span { border-color: rgb(0,48,85); }

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