#123462

Color #123462 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #123462

Tints of Prussian Blue #123462

Color information

#123462 (or 0x123462) is unknown color: approx Prussian Blue. HEX triplet: 12, 34 and 62. RGB value is (18,52,98). Sum of RGB (Red+Green+Blue) = 18+52+98=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #123462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123462 is #EDCB9D. Grayscale: #2E2E2E. Windows color (decimal): -15584158 or 6435858. OLE color: 6435858.

HSL color Cylindrical-coordinate representation of color #123462: hue angle of 214.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123462 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB185298-
CMYK0.820.4700.62
HSL214.5º68.97%22.75%-
HSV(B)214.5º81.63%38.43%-
XYZ3.683.4712.03-
YUV47.08156.74107.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 98 (38.67% from 255) = 58.33%
R=10.71%
G=30.95%
B=58.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1852980.820.4700.62214.568.9722.75
Hex123462522F03Ed64517
Octal22641421225707632610527
Binary1001011010011000101010010101111011111011010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123462; }

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

 H1.HeaderClassName
 {
   color: #123462;
 }
 .AnyTagClassName
 {
   color: #123462;
 }
</style>
background-color css

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

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

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

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

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

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