Html Css Color HEX #003369 Prussian Blue

📋 copy color: '#003369'

red 0 ◦ green 51 ◦ blue 105

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

Shades of Prussian Blue #003369

Tints of Prussian Blue #003369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.69%

 BLUE value IS 105 (41.41% from 255) = 67.31%

R = 0%
G = 32.69%
B = 67.31%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#003369 (or 0x003369) is known color: Prussian Blue. HEX triplet: 00, 33 and 69. RGB value is (0,51,105). Sum of RGB (Red+Green+Blue) = 0+51+105=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #003369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003369 is #FFCC96. Grayscale: #292929. Windows color (decimal): -16764055 or 6894336. OLE color: 6894336.

HSL color Cylindrical-coordinate representation of color #003369: hue angle of 210.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003369 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 51 105 -
CMYK 1 0.51 0 0.59
HSL 210.86º 1% 0.21% -
HSV(B) 210.86º 1% 0.41% -
XYZ 3.73 3.39 13.82 -
YUV 41.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 0 51 105 1 0.51 0 0.59 210.86 1 0.21
Hex 0 33 69 64 33 0 3B D3 64 15
Octal 0 63 151 144 63 0 73 323 144 25
Binary 0 110011 1101001 1100100 110011 0 111011 11010011 1100100 10101

Color Harmonies of #003369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003369

Black with #003369

Text Example


Text Example

White with #003369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003369; }

 p { color: rgb(0,51,105); }

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

background-color css

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

 a { background-color: rgb(0,51,105); }

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

border-color css

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

 span { border-color: rgb(0,51,105); }

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