Html Css Color HEX #123661 Prussian Blue

📋 copy color: '#123661'

red 18 ◦ green 54 ◦ blue 97

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

Shades of Prussian Blue #123661

Tints of Prussian Blue #123661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.95%

 BLUE value IS 97 (38.28% from 255) = 57.4%

R = 10.65%
G = 31.95%
B = 57.4%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123661 (or 0x123661) is known color: Prussian Blue. HEX triplet: 12, 36 and 61. RGB value is (18,54,97). Sum of RGB (Red+Green+Blue) = 18+54+97=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #123661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123661 is #EDC99E. Grayscale: #2F2F2F. Windows color (decimal): -15583647 or 6370834. OLE color: 6370834.

HSL color Cylindrical-coordinate representation of color #123661: hue angle of 212.66º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123661 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 54 97 -
CMYK 0.81 0.44 0 0.62
HSL 212.66º 0.69% 0.23% -
HSV(B) 212.66º 0.81% 0.38% -
XYZ 3.73 3.63 11.81 -
YUV 48.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 18 54 97 0.81 0.44 0 0.62 212.66 0.69 0.23
Hex 12 36 61 51 2C 0 3E D5 45 17
Octal 22 66 141 121 54 0 76 325 105 27
Binary 10010 110110 1100001 1010001 101100 0 111110 11010101 1000101 10111

Color Harmonies of #123661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123661

Black with #123661

Text Example


Text Example

White with #123661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123661; }

 p { color: rgb(18,54,97); }

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

background-color css

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

 a { background-color: rgb(18,54,97); }

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

border-color css

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

 span { border-color: rgb(18,54,97); }

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