Html Css Color HEX #023152 Prussian Blue

📋 copy color: '#023152'

red 2 ◦ green 49 ◦ blue 82

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

Shades of Prussian Blue #023152

Tints of Prussian Blue #023152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.84%

 BLUE value IS 82 (32.42% from 255) = 61.65%

R = 1.5%
G = 36.84%
B = 61.65%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#023152 (or 0x023152) is known color: Prussian Blue. HEX triplet: 02, 31 and 52. RGB value is (2,49,82). Sum of RGB (Red+Green+Blue) = 2+49+82=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #023152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023152 is #FDCEAD. Grayscale: #262626. Windows color (decimal): -16633518 or 5386498. OLE color: 5386498.

HSL color Cylindrical-coordinate representation of color #023152: hue angle of 204.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023152 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 49 82 -
CMYK 0.98 0.40 0 0.68
HSL 204.75º 0.95% 0.16% -
HSV(B) 204.75º 0.98% 0.32% -
XYZ 2.65 2.82 8.39 -
YUV 38.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 2 49 82 0.98 0.40 0 0.68 204.75 0.95 0.16
Hex 2 31 52 62 28 0 44 CD 5F 10
Octal 2 61 122 142 50 0 104 315 137 20
Binary 10 110001 1010010 1100010 101000 0 1000100 11001101 1011111 10000

Color Harmonies of #023152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023152

Black with #023152

Text Example


Text Example

White with #023152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023152; }

 p { color: rgb(2,49,82); }

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

background-color css

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

 a { background-color: rgb(2,49,82); }

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

border-color css

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

 span { border-color: rgb(2,49,82); }

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