Html Css Color HEX #023669 Prussian Blue

📋 copy color: '#023669'

red 2 ◦ green 54 ◦ blue 105

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

Shades of Prussian Blue #023669

Tints of Prussian Blue #023669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.54%

 BLUE value IS 105 (41.41% from 255) = 65.22%

R = 1.24%
G = 33.54%
B = 65.22%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#023669 (or 0x023669) is known color: Prussian Blue. HEX triplet: 02, 36 and 69. RGB value is (2,54,105). Sum of RGB (Red+Green+Blue) = 2+54+105=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #023669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023669 is #FDC996. Grayscale: #2C2C2C. Windows color (decimal): -16632215 or 6895106. OLE color: 6895106.

HSL color Cylindrical-coordinate representation of color #023669: hue angle of 209.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023669 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 54 105 -
CMYK 0.98 0.49 0 0.59
HSL 209.71º 0.96% 0.21% -
HSV(B) 209.71º 0.98% 0.41% -
XYZ 3.89 3.67 13.87 -
YUV 44.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 2 54 105 0.98 0.49 0 0.59 209.71 0.96 0.21
Hex 2 36 69 62 31 0 3B D2 60 15
Octal 2 66 151 142 61 0 73 322 140 25
Binary 10 110110 1101001 1100010 110001 0 111011 11010010 1100000 10101

Color Harmonies of #023669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023669

Black with #023669

Text Example


Text Example

White with #023669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023669; }

 p { color: rgb(2,54,105); }

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

background-color css

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

 a { background-color: rgb(2,54,105); }

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

border-color css

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

 span { border-color: rgb(2,54,105); }

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