Html Css Color HEX #023953 Prussian Blue

📋 copy color: '#023953'

red 2 ◦ green 57 ◦ blue 83

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

Shades of Prussian Blue #023953

Tints of Prussian Blue #023953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.14%

 BLUE value IS 83 (32.81% from 255) = 58.45%

R = 1.41%
G = 40.14%
B = 58.45%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#023953 (or 0x023953) is known color: Prussian Blue. HEX triplet: 02, 39 and 53. RGB value is (2,57,83). Sum of RGB (Red+Green+Blue) = 2+57+83=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #023953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023953 is #FDC6AC. Grayscale: #2B2B2B. Windows color (decimal): -16631469 or 5454082. OLE color: 5454082.

HSL color Cylindrical-coordinate representation of color #023953: hue angle of 199.26º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023953 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 57 83 -
CMYK 0.98 0.31 0 0.67
HSL 199.26º 0.95% 0.17% -
HSV(B) 199.26º 0.98% 0.33% -
XYZ 3.05 3.56 8.71 -
YUV 43.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 2 57 83 0.98 0.31 0 0.67 199.26 0.95 0.17
Hex 2 39 53 62 1F 0 43 C7 5F 11
Octal 2 71 123 142 37 0 103 307 137 21
Binary 10 111001 1010011 1100010 11111 0 1000011 11000111 1011111 10001

Color Harmonies of #023953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023953

Black with #023953

Text Example


Text Example

White with #023953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023953; }

 p { color: rgb(2,57,83); }

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

background-color css

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

 a { background-color: rgb(2,57,83); }

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

border-color css

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

 span { border-color: rgb(2,57,83); }

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