Html Css Color HEX #023B5C Prussian Blue

📋 copy color: '#023B5C'

red 2 ◦ green 59 ◦ blue 92

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

Shades of Prussian Blue #023B5C

Tints of Prussian Blue #023B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.56%

 BLUE value IS 92 (36.33% from 255) = 60.13%

R = 1.31%
G = 38.56%
B = 60.13%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#023B5C (or 0x023B5C) is known color: Prussian Blue. HEX triplet: 02, 3B and 5C. RGB value is (2,59,92). Sum of RGB (Red+Green+Blue) = 2+59+92=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #023B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B5C is #FDC4A3. Grayscale: #2D2D2D. Windows color (decimal): -16630948 or 6044418. OLE color: 6044418.

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

Color convert

RGB 2 59 92 -
CMYK 0.98 0.36 0 0.64
HSL 202º 0.96% 0.18% -
HSV(B) 202º 0.98% 0.36% -
XYZ 3.52 3.91 10.7 -
YUV 45.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 2 59 92 0.98 0.36 0 0.64 202 0.96 0.18
Hex 2 3B 5C 62 24 0 40 CA 60 12
Octal 2 73 134 142 44 0 100 312 140 22
Binary 10 111011 1011100 1100010 100100 0 1000000 11001010 1100000 10010

Color Harmonies of #023B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B5C

Black with #023B5C

Text Example


Text Example

White with #023B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023B5C; }

 p { color: rgb(2,59,92); }

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

background-color css

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

 a { background-color: rgb(2,59,92); }

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

border-color css

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

 span { border-color: rgb(2,59,92); }

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