Html Css Color HEX #00335A Prussian Blue

📋 copy color: '#00335A'

red 0 ◦ green 51 ◦ blue 90

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

Shades of Prussian Blue #00335A

Tints of Prussian Blue #00335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 63.83%

R = 0%
G = 36.17%
B = 63.83%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00335A (or 0x00335A) is known color: Prussian Blue. HEX triplet: 00, 33 and 5A. RGB value is (0,51,90). Sum of RGB (Red+Green+Blue) = 0+51+90=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #00335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00335A is #FFCCA5. Grayscale: #272727. Windows color (decimal): -16764070 or 5911296. OLE color: 5911296.

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

Color convert

RGB 0 51 90 -
CMYK 1 0.43 0 0.65
HSL 206º 1% 0.18% -
HSV(B) 206º 1% 0.35% -
XYZ 3.03 3.11 10.11 -
YUV 40.2 156.1 99.33 -
System Red Green Blue C M Y K H S L
Decimal 0 51 90 1 0.43 0 0.65 206 1 0.18
Hex 0 33 5A 64 2B 0 41 CE 64 12
Octal 0 63 132 144 53 0 101 316 144 22
Binary 0 110011 1011010 1100100 101011 0 1000001 11001110 1100100 10010

Color Harmonies of #00335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00335A

Black with #00335A

Text Example


Text Example

White with #00335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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