Html Css Color HEX #123968 Prussian Blue

📋 copy color: '#123968'

red 18 ◦ green 57 ◦ blue 104

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

Shades of Prussian Blue #123968

Tints of Prussian Blue #123968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.84%

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

R = 10.06%
G = 31.84%
B = 58.1%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#123968 (or 0x123968) is known color: Prussian Blue. HEX triplet: 12, 39 and 68. RGB value is (18,57,104). Sum of RGB (Red+Green+Blue) = 18+57+104=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #123968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123968 is #EDC697. Grayscale: #323232. Windows color (decimal): -15582872 or 6830354. OLE color: 6830354.

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

Color convert

RGB 18 57 104 -
CMYK 0.83 0.45 0 0.59
HSL 212.79º 0.7% 0.24% -
HSV(B) 212.79º 0.83% 0.41% -
XYZ 4.21 4.05 13.66 -
YUV 50.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 18 57 104 0.83 0.45 0 0.59 212.79 0.7 0.24
Hex 12 39 68 53 2D 0 3B D5 46 18
Octal 22 71 150 123 55 0 73 325 106 30
Binary 10010 111001 1101000 1010011 101101 0 111011 11010101 1000110 11000

Color Harmonies of #123968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123968

Black with #123968

Text Example


Text Example

White with #123968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123968; }

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

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

background-color css

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

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

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

border-color css

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

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

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