Html Css Color HEX #023375 Prussian Blue

📋 copy color: '#023375'

red 2 ◦ green 51 ◦ blue 117

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

Shades of Prussian Blue #023375

Tints of Prussian Blue #023375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.82%

R = 1.18%
G = 30%
B = 68.82%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#023375 (or 0x023375) is known color: Prussian Blue. HEX triplet: 02, 33 and 75. RGB value is (2,51,117). Sum of RGB (Red+Green+Blue) = 2+51+117=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #023375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023375 is #FDCC8A. Grayscale: #2B2B2B. Windows color (decimal): -16632971 or 7680770. OLE color: 7680770.

HSL color Cylindrical-coordinate representation of color #023375: hue angle of 214.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023375 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 51 117 -
CMYK 0.98 0.56 0 0.54
HSL 214.43º 0.97% 0.23% -
HSV(B) 214.43º 0.98% 0.46% -
XYZ 4.42 3.66 17.3 -
YUV 43.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 2 51 117 0.98 0.56 0 0.54 214.43 0.97 0.23
Hex 2 33 75 62 38 0 36 D6 61 17
Octal 2 63 165 142 70 0 66 326 141 27
Binary 10 110011 1110101 1100010 111000 0 110110 11010110 1100001 10111

Color Harmonies of #023375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023375

Black with #023375

Text Example


Text Example

White with #023375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023375; }

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

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

background-color css

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

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

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

border-color css

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

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

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