Html Css Color HEX #023A70 Prussian Blue

📋 copy color: '#023A70'

red 2 ◦ green 58 ◦ blue 112

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

Shades of Prussian Blue #023A70

Tints of Prussian Blue #023A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.72%

 BLUE value IS 112 (44.14% from 255) = 65.12%

R = 1.16%
G = 33.72%
B = 65.12%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#023A70 (or 0x023A70) is known color: Prussian Blue. HEX triplet: 02, 3A and 70. RGB value is (2,58,112). Sum of RGB (Red+Green+Blue) = 2+58+112=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #023A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A70 is #FDC58F. Grayscale: #2F2F2F. Windows color (decimal): -16631184 or 7354882. OLE color: 7354882.

HSL color Cylindrical-coordinate representation of color #023A70: hue angle of 209.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023A70 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 58 112 -
CMYK 0.98 0.48 0 0.56
HSL 209.45º 0.96% 0.22% -
HSV(B) 209.45º 0.98% 0.44% -
XYZ 4.46 4.21 15.91 -
YUV 47.41 164.45 95.61 -
System Red Green Blue C M Y K H S L
Decimal 2 58 112 0.98 0.48 0 0.56 209.45 0.96 0.22
Hex 2 3A 70 62 30 0 38 D1 60 16
Octal 2 72 160 142 60 0 70 321 140 26
Binary 10 111010 1110000 1100010 110000 0 111000 11010001 1100000 10110

Color Harmonies of #023A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023A70

Black with #023A70

Text Example


Text Example

White with #023A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,58,112); }

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

background-color css

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

 a { background-color: rgb(2,58,112); }

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

border-color css

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

 span { border-color: rgb(2,58,112); }

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