Html Css Color HEX #123766 Prussian Blue

📋 copy color: '#123766'

red 18 ◦ green 55 ◦ blue 102

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

Shades of Prussian Blue #123766

Tints of Prussian Blue #123766

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

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

R = 10.29%
G = 31.43%
B = 58.29%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#123766 (or 0x123766) is known color: Prussian Blue. HEX triplet: 12, 37 and 66. RGB value is (18,55,102). Sum of RGB (Red+Green+Blue) = 18+55+102=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #123766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123766 is #EDC899. Grayscale: #313131. Windows color (decimal): -15583386 or 6698770. OLE color: 6698770.

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

Color convert

RGB 18 55 102 -
CMYK 0.82 0.46 0 0.6
HSL 213.57º 0.7% 0.24% -
HSV(B) 213.57º 0.82% 0.4% -
XYZ 4.01 3.82 13.1 -
YUV 49.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 18 55 102 0.82 0.46 0 0.6 213.57 0.7 0.24
Hex 12 37 66 52 2E 0 3C D6 46 18
Octal 22 67 146 122 56 0 74 326 106 30
Binary 10010 110111 1100110 1010010 101110 0 111100 11010110 1000110 11000

Color Harmonies of #123766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123766

Black with #123766

Text Example


Text Example

White with #123766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123766; }

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

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

background-color css

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

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

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

border-color css

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

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

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