Html Css Color HEX #123768 Prussian Blue

📋 copy color: '#123768'

red 18 ◦ green 55 ◦ blue 104

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

Shades of Prussian Blue #123768

Tints of Prussian Blue #123768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 58.76%

R = 10.17%
G = 31.07%
B = 58.76%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#123768 (or 0x123768) is known color: Prussian Blue. HEX triplet: 12, 37 and 68. RGB value is (18,55,104). Sum of RGB (Red+Green+Blue) = 18+55+104=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #123768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123768 is #EDC897. Grayscale: #313131. Windows color (decimal): -15583384 or 6829842. OLE color: 6829842.

HSL color Cylindrical-coordinate representation of color #123768: hue angle of 214.19º degrees, saturation: 0.7, 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 #123768 is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 55 104 -
CMYK 0.83 0.47 0 0.59
HSL 214.19º 0.7% 0.24% -
HSV(B) 214.19º 0.83% 0.41% -
XYZ 4.11 3.86 13.63 -
YUV 49.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 18 55 104 0.83 0.47 0 0.59 214.19 0.7 0.24
Hex 12 37 68 53 2F 0 3B D6 46 18
Octal 22 67 150 123 57 0 73 326 106 30
Binary 10010 110111 1101000 1010011 101111 0 111011 11010110 1000110 11000

Color Harmonies of #123768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123768

Black with #123768

Text Example


Text Example

White with #123768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123768; }

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

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

background-color css

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

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

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

border-color css

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

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

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