Html Css Color HEX #00335D Prussian Blue

📋 copy color: '#00335D'

red 0 ◦ green 51 ◦ blue 93

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

Shades of Prussian Blue #00335D

Tints of Prussian Blue #00335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 64.58%

R = 0%
G = 35.42%
B = 64.58%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00335D (or 0x00335D) is known color: Prussian Blue. HEX triplet: 00, 33 and 5D. RGB value is (0,51,93). Sum of RGB (Red+Green+Blue) = 0+51+93=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #00335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00335D is #FFCCA2. Grayscale: #282828. Windows color (decimal): -16764067 or 6107904. OLE color: 6107904.

HSL color Cylindrical-coordinate representation of color #00335D: hue angle of 207.1º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00335D is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 51 93 -
CMYK 1 0.45 0 0.64
HSL 207.1º 1% 0.18% -
HSV(B) 207.1º 1% 0.36% -
XYZ 3.16 3.16 10.8 -
YUV 40.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 0 51 93 1 0.45 0 0.64 207.1 1 0.18
Hex 0 33 5D 64 2D 0 40 CF 64 12
Octal 0 63 135 144 55 0 100 317 144 22
Binary 0 110011 1011101 1100100 101101 0 1000000 11001111 1100100 10010

Color Harmonies of #00335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00335D

Black with #00335D

Text Example


Text Example

White with #00335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00335D; }

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

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

background-color css

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

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

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

border-color css

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

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

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