Html Css Color HEX #023168 Prussian Blue

📋 copy color: '#023168'

red 2 ◦ green 49 ◦ blue 104

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

Shades of Prussian Blue #023168

Tints of Prussian Blue #023168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 67.1%

R = 1.29%
G = 31.61%
B = 67.1%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#023168 (or 0x023168) is known color: Prussian Blue. HEX triplet: 02, 31 and 68. RGB value is (2,49,104). Sum of RGB (Red+Green+Blue) = 2+49+104=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #023168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023168 is #FDCE97. Grayscale: #282828. Windows color (decimal): -16633496 or 6828290. OLE color: 6828290.

HSL color Cylindrical-coordinate representation of color #023168: hue angle of 212.35º 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 #023168 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 49 104 -
CMYK 0.98 0.53 0 0.59
HSL 212.35º 0.96% 0.21% -
HSV(B) 212.35º 0.98% 0.41% -
XYZ 3.62 3.21 13.53 -
YUV 41.22 163.43 100.03 -
System Red Green Blue C M Y K H S L
Decimal 2 49 104 0.98 0.53 0 0.59 212.35 0.96 0.21
Hex 2 31 68 62 35 0 3B D4 60 15
Octal 2 61 150 142 65 0 73 324 140 25
Binary 10 110001 1101000 1100010 110101 0 111011 11010100 1100000 10101

Color Harmonies of #023168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023168

Black with #023168

Text Example


Text Example

White with #023168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023168; }

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

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

background-color css

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

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

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

border-color css

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

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

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