Html Css Color HEX #033073 Prussian Blue

📋 copy color: '#033073'

red 3 ◦ green 48 ◦ blue 115

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

Shades of Prussian Blue #033073

Tints of Prussian Blue #033073

RGB

 RED value IS 3 (1.56% from 255) = 1.81%

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

 BLUE value IS 115 (45.31% from 255) = 69.28%

R = 1.81%
G = 28.92%
B = 69.28%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#033073 (or 0x033073) is known color: Prussian Blue. HEX triplet: 03, 30 and 73. RGB value is (3,48,115). Sum of RGB (Red+Green+Blue) = 3+48+115=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #033073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033073 is #FCCF8C. Grayscale: #292929. Windows color (decimal): -16568205 or 7548931. OLE color: 7548931.

HSL color Cylindrical-coordinate representation of color #033073: hue angle of 215.89º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033073 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 48 115 -
CMYK 0.97 0.58 0 0.55
HSL 215.89º 0.95% 0.23% -
HSV(B) 215.89º 0.97% 0.45% -
XYZ 4.19 3.37 16.65 -
YUV 42.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 3 48 115 0.97 0.58 0 0.55 215.89 0.95 0.23
Hex 3 30 73 61 3A 0 37 D8 5F 17
Octal 3 60 163 141 72 0 67 330 137 27
Binary 11 110000 1110011 1100001 111010 0 110111 11011000 1011111 10111

Color Harmonies of #033073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033073

Black with #033073

Text Example


Text Example

White with #033073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033073; }

 p { color: rgb(3,48,115); }

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

background-color css

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

 a { background-color: rgb(3,48,115); }

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

border-color css

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

 span { border-color: rgb(3,48,115); }

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