Html Css Color HEX #123460 Prussian Blue

📋 copy color: '#123460'

red 18 ◦ green 52 ◦ blue 96

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

Shades of Prussian Blue #123460

Tints of Prussian Blue #123460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

 BLUE value IS 96 (37.89% from 255) = 57.83%

R = 10.84%
G = 31.33%
B = 57.83%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123460 (or 0x123460) is known color: Prussian Blue. HEX triplet: 12, 34 and 60. RGB value is (18,52,96). Sum of RGB (Red+Green+Blue) = 18+52+96=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #123460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123460 is #EDCB9F. Grayscale: #2E2E2E. Windows color (decimal): -15584160 or 6304786. OLE color: 6304786.

HSL color Cylindrical-coordinate representation of color #123460: hue angle of 213.85º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123460 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 52 96 -
CMYK 0.81 0.46 0 0.62
HSL 213.85º 0.68% 0.22% -
HSV(B) 213.85º 0.81% 0.38% -
XYZ 3.59 3.43 11.54 -
YUV 46.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 18 52 96 0.81 0.46 0 0.62 213.85 0.68 0.22
Hex 12 34 60 51 2E 0 3E D6 44 16
Octal 22 64 140 121 56 0 76 326 104 26
Binary 10010 110100 1100000 1010001 101110 0 111110 11010110 1000100 10110

Color Harmonies of #123460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123460

Black with #123460

Text Example


Text Example

White with #123460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123460; }

 p { color: rgb(18,52,96); }

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

background-color css

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

 a { background-color: rgb(18,52,96); }

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

border-color css

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

 span { border-color: rgb(18,52,96); }

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