Html Css Color HEX #123769 Prussian Blue

📋 copy color: '#123769'

red 18 ◦ green 55 ◦ blue 105

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

Shades of Prussian Blue #123769

Tints of Prussian Blue #123769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 58.99%

R = 10.11%
G = 30.9%
B = 58.99%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#123769 (or 0x123769) is known color: Prussian Blue. HEX triplet: 12, 37 and 69. RGB value is (18,55,105). Sum of RGB (Red+Green+Blue) = 18+55+105=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #123769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123769 is #EDC896. Grayscale: #313131. Windows color (decimal): -15583383 or 6895378. OLE color: 6895378.

HSL color Cylindrical-coordinate representation of color #123769: hue angle of 214.48º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123769 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 55 105 -
CMYK 0.83 0.48 0 0.59
HSL 214.48º 0.71% 0.24% -
HSV(B) 214.48º 0.83% 0.41% -
XYZ 4.17 3.88 13.89 -
YUV 49.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 18 55 105 0.83 0.48 0 0.59 214.48 0.71 0.24
Hex 12 37 69 53 30 0 3B D6 47 18
Octal 22 67 151 123 60 0 73 326 107 30
Binary 10010 110111 1101001 1010011 110000 0 111011 11010110 1000111 11000

Color Harmonies of #123769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123769

Black with #123769

Text Example


Text Example

White with #123769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123769; }

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

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

background-color css

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

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

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

border-color css

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

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

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