Html Css Color HEX #123C6C Prussian Blue

📋 copy color: '#123C6C'

red 18 ◦ green 60 ◦ blue 108

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

Shades of Prussian Blue #123C6C

Tints of Prussian Blue #123C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.26%

 BLUE value IS 108 (42.58% from 255) = 58.06%

R = 9.68%
G = 32.26%
B = 58.06%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#123C6C (or 0x123C6C) is known color: Prussian Blue. HEX triplet: 12, 3C and 6C. RGB value is (18,60,108). Sum of RGB (Red+Green+Blue) = 18+60+108=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #123C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C6C is #EDC393. Grayscale: #343434. Windows color (decimal): -15582100 or 7093266. OLE color: 7093266.

HSL color Cylindrical-coordinate representation of color #123C6C: hue angle of 212º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123C6C is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 60 108 -
CMYK 0.83 0.44 0 0.58
HSL 212º 0.71% 0.25% -
HSV(B) 212º 0.83% 0.42% -
XYZ 4.57 4.44 14.8 -
YUV 52.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 18 60 108 0.83 0.44 0 0.58 212 0.71 0.25
Hex 12 3C 6C 53 2C 0 3A D4 47 19
Octal 22 74 154 123 54 0 72 324 107 31
Binary 10010 111100 1101100 1010011 101100 0 111010 11010100 1000111 11001

Color Harmonies of #123C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C6C

Black with #123C6C

Text Example


Text Example

White with #123C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123C6C; }

 p { color: rgb(18,60,108); }

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

background-color css

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

 a { background-color: rgb(18,60,108); }

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

border-color css

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

 span { border-color: rgb(18,60,108); }

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