Html Css Color HEX #023053 Prussian Blue

📋 copy color: '#023053'

red 2 ◦ green 48 ◦ blue 83

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

Shades of Prussian Blue #023053

Tints of Prussian Blue #023053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.09%

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

R = 1.5%
G = 36.09%
B = 62.41%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#023053 (or 0x023053) is known color: Prussian Blue. HEX triplet: 02, 30 and 53. RGB value is (2,48,83). Sum of RGB (Red+Green+Blue) = 2+48+83=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #023053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023053 is #FDCFAC. Grayscale: #262626. Windows color (decimal): -16633773 or 5451778. OLE color: 5451778.

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

Color convert

RGB 2 48 83 -
CMYK 0.98 0.42 0 0.67
HSL 205.93º 0.95% 0.17% -
HSV(B) 205.93º 0.98% 0.33% -
XYZ 2.64 2.75 8.58 -
YUV 38.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 2 48 83 0.98 0.42 0 0.67 205.93 0.95 0.17
Hex 2 30 53 62 2A 0 43 CE 5F 11
Octal 2 60 123 142 52 0 103 316 137 21
Binary 10 110000 1010011 1100010 101010 0 1000011 11001110 1011111 10001

Color Harmonies of #023053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023053

Black with #023053

Text Example


Text Example

White with #023053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023053; }

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

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

background-color css

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

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

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

border-color css

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

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

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