Html Css Color HEX #02335D Prussian Blue

📋 copy color: '#02335D'

red 2 ◦ green 51 ◦ blue 93

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

Shades of Prussian Blue #02335D

Tints of Prussian Blue #02335D

RGB

 RED value IS 2 (1.17% from 255) = 1.37%

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

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

R = 1.37%
G = 34.93%
B = 63.7%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02335D (or 0x02335D) is known color: Prussian Blue. HEX triplet: 02, 33 and 5D. RGB value is (2,51,93). Sum of RGB (Red+Green+Blue) = 2+51+93=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #02335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02335D is #FDCCA2. Grayscale: #282828. Windows color (decimal): -16632995 or 6107906. OLE color: 6107906.

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

Color convert

RGB 2 51 93 -
CMYK 0.98 0.45 0 0.64
HSL 207.69º 0.96% 0.19% -
HSV(B) 207.69º 0.98% 0.36% -
XYZ 3.18 3.17 10.8 -
YUV 41.14 157.27 100.08 -
System Red Green Blue C M Y K H S L
Decimal 2 51 93 0.98 0.45 0 0.64 207.69 0.96 0.19
Hex 2 33 5D 62 2D 0 40 D0 60 13
Octal 2 63 135 142 55 0 100 320 140 23
Binary 10 110011 1011101 1100010 101101 0 1000000 11010000 1100000 10011

Color Harmonies of #02335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02335D

Black with #02335D

Text Example


Text Example

White with #02335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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