Html Css Color HEX #123666 Prussian Blue

📋 copy color: '#123666'

red 18 ◦ green 54 ◦ blue 102

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

Shades of Prussian Blue #123666

Tints of Prussian Blue #123666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

 BLUE value IS 102 (40.23% from 255) = 58.62%

R = 10.34%
G = 31.03%
B = 58.62%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#123666 (or 0x123666) is known color: Prussian Blue. HEX triplet: 12, 36 and 66. RGB value is (18,54,102). Sum of RGB (Red+Green+Blue) = 18+54+102=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #123666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123666 is #EDC999. Grayscale: #303030. Windows color (decimal): -15583642 or 6698514. OLE color: 6698514.

HSL color Cylindrical-coordinate representation of color #123666: hue angle of 214.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123666 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 54 102 -
CMYK 0.82 0.47 0 0.6
HSL 214.29º 0.7% 0.24% -
HSV(B) 214.29º 0.82% 0.4% -
XYZ 3.97 3.73 13.08 -
YUV 48.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 18 54 102 0.82 0.47 0 0.6 214.29 0.7 0.24
Hex 12 36 66 52 2F 0 3C D6 46 18
Octal 22 66 146 122 57 0 74 326 106 30
Binary 10010 110110 1100110 1010010 101111 0 111100 11010110 1000110 11000

Color Harmonies of #123666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123666

Black with #123666

Text Example


Text Example

White with #123666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123666; }

 p { color: rgb(18,54,102); }

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

background-color css

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

 a { background-color: rgb(18,54,102); }

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

border-color css

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

 span { border-color: rgb(18,54,102); }

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