Html Css Color HEX #023359 Prussian Blue

📋 copy color: '#023359'

red 2 ◦ green 51 ◦ blue 89

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

Shades of Prussian Blue #023359

Tints of Prussian Blue #023359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 62.68%

R = 1.41%
G = 35.92%
B = 62.68%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#023359 (or 0x023359) is known color: Prussian Blue. HEX triplet: 02, 33 and 59. RGB value is (2,51,89). Sum of RGB (Red+Green+Blue) = 2+51+89=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #023359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023359 is #FDCCA6. Grayscale: #282828. Windows color (decimal): -16632999 or 5845762. OLE color: 5845762.

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

Color convert

RGB 2 51 89 -
CMYK 0.98 0.43 0 0.65
HSL 206.21º 0.96% 0.18% -
HSV(B) 206.21º 0.98% 0.35% -
XYZ 3.01 3.1 9.89 -
YUV 40.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 2 51 89 0.98 0.43 0 0.65 206.21 0.96 0.18
Hex 2 33 59 62 2B 0 41 CE 60 12
Octal 2 63 131 142 53 0 101 316 140 22
Binary 10 110011 1011001 1100010 101011 0 1000001 11001110 1100000 10010

Color Harmonies of #023359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023359

Black with #023359

Text Example


Text Example

White with #023359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023359; }

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

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

background-color css

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

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

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

border-color css

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

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

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