Html Css Color HEX #123863 Prussian Blue

📋 copy color: '#123863'

red 18 ◦ green 56 ◦ blue 99

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

Shades of Prussian Blue #123863

Tints of Prussian Blue #123863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 57.23%

R = 10.4%
G = 32.37%
B = 57.23%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#123863 (or 0x123863) is known color: Prussian Blue. HEX triplet: 12, 38 and 63. RGB value is (18,56,99). Sum of RGB (Red+Green+Blue) = 18+56+99=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #123863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123863 is #EDC79C. Grayscale: #313131. Windows color (decimal): -15583133 or 6502418. OLE color: 6502418.

HSL color Cylindrical-coordinate representation of color #123863: hue angle of 211.85º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123863 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 56 99 -
CMYK 0.82 0.43 0 0.61
HSL 211.85º 0.69% 0.23% -
HSV(B) 211.85º 0.82% 0.39% -
XYZ 3.92 3.86 12.34 -
YUV 49.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 18 56 99 0.82 0.43 0 0.61 211.85 0.69 0.23
Hex 12 38 63 52 2B 0 3D D4 45 17
Octal 22 70 143 122 53 0 75 324 105 27
Binary 10010 111000 1100011 1010010 101011 0 111101 11010100 1000101 10111

Color Harmonies of #123863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123863

Black with #123863

Text Example


Text Example

White with #123863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123863; }

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

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

background-color css

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

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

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

border-color css

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

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

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