Html Css Color HEX #123868 Prussian Blue

📋 copy color: '#123868'

red 18 ◦ green 56 ◦ blue 104

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

Shades of Prussian Blue #123868

Tints of Prussian Blue #123868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.46%

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

R = 10.11%
G = 31.46%
B = 58.43%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#123868 (or 0x123868) is known color: Prussian Blue. HEX triplet: 12, 38 and 68. RGB value is (18,56,104). Sum of RGB (Red+Green+Blue) = 18+56+104=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #123868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123868 is #EDC797. Grayscale: #313131. Windows color (decimal): -15583128 or 6830098. OLE color: 6830098.

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

Color convert

RGB 18 56 104 -
CMYK 0.83 0.46 0 0.59
HSL 213.49º 0.7% 0.24% -
HSV(B) 213.49º 0.83% 0.41% -
XYZ 4.16 3.96 13.64 -
YUV 50.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 18 56 104 0.83 0.46 0 0.59 213.49 0.7 0.24
Hex 12 38 68 53 2E 0 3B D5 46 18
Octal 22 70 150 123 56 0 73 325 106 30
Binary 10010 111000 1101000 1010011 101110 0 111011 11010101 1000110 11000

Color Harmonies of #123868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123868

Black with #123868

Text Example


Text Example

White with #123868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123868; }

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

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

background-color css

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

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

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

border-color css

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

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

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