Html Css Color HEX #02345D Prussian Blue

📋 copy color: '#02345D'

red 2 ◦ green 52 ◦ blue 93

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

Shades of Prussian Blue #02345D

Tints of Prussian Blue #02345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.37%

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

R = 1.36%
G = 35.37%
B = 63.27%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02345D (or 0x02345D) is known color: Prussian Blue. HEX triplet: 02, 34 and 5D. RGB value is (2,52,93). Sum of RGB (Red+Green+Blue) = 2+52+93=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #02345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02345D is #FDCBA2. Grayscale: #292929. Windows color (decimal): -16632739 or 6108162. OLE color: 6108162.

HSL color Cylindrical-coordinate representation of color #02345D: hue angle of 207.03º 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 #02345D is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 52 93 -
CMYK 0.98 0.44 0 0.64
HSL 207.03º 0.96% 0.19% -
HSV(B) 207.03º 0.98% 0.36% -
XYZ 3.23 3.26 10.81 -
YUV 41.72 156.94 99.67 -
System Red Green Blue C M Y K H S L
Decimal 2 52 93 0.98 0.44 0 0.64 207.03 0.96 0.19
Hex 2 34 5D 62 2C 0 40 CF 60 13
Octal 2 64 135 142 54 0 100 317 140 23
Binary 10 110100 1011101 1100010 101100 0 1000000 11001111 1100000 10011

Color Harmonies of #02345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02345D

Black with #02345D

Text Example


Text Example

White with #02345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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