Html Css Color HEX #023254 Prussian Blue

📋 copy color: '#023254'

red 2 ◦ green 50 ◦ blue 84

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

Shades of Prussian Blue #023254

Tints of Prussian Blue #023254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.76%

 BLUE value IS 84 (33.2% from 255) = 61.76%

R = 1.47%
G = 36.76%
B = 61.76%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#023254 (or 0x023254) is known color: Prussian Blue. HEX triplet: 02, 32 and 54. RGB value is (2,50,84). Sum of RGB (Red+Green+Blue) = 2+50+84=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #023254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023254 is #FDCDAB. Grayscale: #272727. Windows color (decimal): -16633260 or 5517826. OLE color: 5517826.

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

Color convert

RGB 2 50 84 -
CMYK 0.98 0.40 0 0.67
HSL 204.88º 0.95% 0.17% -
HSV(B) 204.88º 0.98% 0.33% -
XYZ 2.77 2.93 8.81 -
YUV 39.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 2 50 84 0.98 0.40 0 0.67 204.88 0.95 0.17
Hex 2 32 54 62 28 0 43 CD 5F 11
Octal 2 62 124 142 50 0 103 315 137 21
Binary 10 110010 1010100 1100010 101000 0 1000011 11001101 1011111 10001

Color Harmonies of #023254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023254

Black with #023254

Text Example


Text Example

White with #023254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023254; }

 p { color: rgb(2,50,84); }

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

background-color css

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

 a { background-color: rgb(2,50,84); }

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

border-color css

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

 span { border-color: rgb(2,50,84); }

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