Html Css Color HEX #123970 Prussian Blue

📋 copy color: '#123970'

red 18 ◦ green 57 ◦ blue 112

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

Shades of Prussian Blue #123970

Tints of Prussian Blue #123970

RGB

 RED value IS 18 (7.42% from 255) = 9.63%

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

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

R = 9.63%
G = 30.48%
B = 59.89%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#123970 (or 0x123970) is known color: Prussian Blue. HEX triplet: 12, 39 and 70. RGB value is (18,57,112). Sum of RGB (Red+Green+Blue) = 18+57+112=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #123970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123970 is #EDC68F. Grayscale: #333333. Windows color (decimal): -15582864 or 7354642. OLE color: 7354642.

HSL color Cylindrical-coordinate representation of color #123970: hue angle of 215.11º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123970 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 57 112 -
CMYK 0.84 0.49 0 0.56
HSL 215.11º 0.72% 0.25% -
HSV(B) 215.11º 0.84% 0.44% -
XYZ 4.64 4.22 15.9 -
YUV 51.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 18 57 112 0.84 0.49 0 0.56 215.11 0.72 0.25
Hex 12 39 70 54 31 0 38 D7 48 19
Octal 22 71 160 124 61 0 70 327 110 31
Binary 10010 111001 1110000 1010100 110001 0 111000 11010111 1001000 11001

Color Harmonies of #123970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123970

Black with #123970

Text Example


Text Example

White with #123970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123970; }

 p { color: rgb(18,57,112); }

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

background-color css

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

 a { background-color: rgb(18,57,112); }

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

border-color css

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

 span { border-color: rgb(18,57,112); }

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