Html Css Color HEX #003365 Prussian Blue

📋 copy color: '#003365'

red 0 ◦ green 51 ◦ blue 101

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

Shades of Prussian Blue #003365

Tints of Prussian Blue #003365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 66.45%

R = 0%
G = 33.55%
B = 66.45%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#003365 (or 0x003365) is known color: Prussian Blue. HEX triplet: 00, 33 and 65. RGB value is (0,51,101). Sum of RGB (Red+Green+Blue) = 0+51+101=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #003365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003365 is #FFCC9A. Grayscale: #292929. Windows color (decimal): -16764059 or 6632192. OLE color: 6632192.

HSL color Cylindrical-coordinate representation of color #003365: hue angle of 209.7º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003365 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 51 101 -
CMYK 1 0.50 0 0.60
HSL 209.7º 1% 0.2% -
HSV(B) 209.7º 1% 0.4% -
XYZ 3.53 3.31 12.76 -
YUV 41.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 0 51 101 1 0.50 0 0.60 209.7 1 0.2
Hex 0 33 65 64 32 0 3C D2 64 14
Octal 0 63 145 144 62 0 74 322 144 24
Binary 0 110011 1100101 1100100 110010 0 111100 11010010 1100100 10100

Color Harmonies of #003365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003365

Black with #003365

Text Example


Text Example

White with #003365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003365; }

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

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

background-color css

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

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

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

border-color css

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

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

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