Html Css Color HEX #023B70 Prussian Blue

📋 copy color: '#023B70'

red 2 ◦ green 59 ◦ blue 112

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

Shades of Prussian Blue #023B70

Tints of Prussian Blue #023B70

RGB

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

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

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

R = 1.16%
G = 34.1%
B = 64.74%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#023B70 (or 0x023B70) is known color: Prussian Blue. HEX triplet: 02, 3B and 70. RGB value is (2,59,112). Sum of RGB (Red+Green+Blue) = 2+59+112=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #023B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B70 is #FDC48F. Grayscale: #2F2F2F. Windows color (decimal): -16630928 or 7355138. OLE color: 7355138.

HSL color Cylindrical-coordinate representation of color #023B70: hue angle of 208.91º 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 #023B70 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 59 112 -
CMYK 0.98 0.47 0 0.56
HSL 208.91º 0.96% 0.22% -
HSV(B) 208.91º 0.98% 0.44% -
XYZ 4.51 4.31 15.92 -
YUV 48 164.12 95.19 -
System Red Green Blue C M Y K H S L
Decimal 2 59 112 0.98 0.47 0 0.56 208.91 0.96 0.22
Hex 2 3B 70 62 2F 0 38 D1 60 16
Octal 2 73 160 142 57 0 70 321 140 26
Binary 10 111011 1110000 1100010 101111 0 111000 11010001 1100000 10110

Color Harmonies of #023B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B70

Black with #023B70

Text Example


Text Example

White with #023B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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