Html Css Color HEX #123466 Prussian Blue

📋 copy color: '#123466'

red 18 ◦ green 52 ◦ blue 102

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

Shades of Prussian Blue #123466

Tints of Prussian Blue #123466

RGB

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

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

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

R = 10.47%
G = 30.23%
B = 59.3%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#123466 (or 0x123466) is known color: Prussian Blue. HEX triplet: 12, 34 and 66. RGB value is (18,52,102). Sum of RGB (Red+Green+Blue) = 18+52+102=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #123466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123466 is #EDCB99. Grayscale: #2F2F2F. Windows color (decimal): -15584154 or 6698002. OLE color: 6698002.

HSL color Cylindrical-coordinate representation of color #123466: hue angle of 215.71º 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 #123466 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 52 102 -
CMYK 0.82 0.49 0 0.6
HSL 215.71º 0.7% 0.24% -
HSV(B) 215.71º 0.82% 0.4% -
XYZ 3.88 3.54 13.05 -
YUV 47.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 18 52 102 0.82 0.49 0 0.6 215.71 0.7 0.24
Hex 12 34 66 52 31 0 3C D8 46 18
Octal 22 64 146 122 61 0 74 330 106 30
Binary 10010 110100 1100110 1010010 110001 0 111100 11011000 1000110 11000

Color Harmonies of #123466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123466

Black with #123466

Text Example


Text Example

White with #123466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123466; }

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

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

background-color css

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

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

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

border-color css

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

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

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