Html Css Color HEX #123C69 Prussian Blue

📋 copy color: '#123C69'

red 18 ◦ green 60 ◦ blue 105

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

Shades of Prussian Blue #123C69

Tints of Prussian Blue #123C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 57.38%

R = 9.84%
G = 32.79%
B = 57.38%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#123C69 (or 0x123C69) is known color: Prussian Blue. HEX triplet: 12, 3C and 69. RGB value is (18,60,105). Sum of RGB (Red+Green+Blue) = 18+60+105=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #123C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C69 is #EDC396. Grayscale: #343434. Windows color (decimal): -15582103 or 6896658. OLE color: 6896658.

HSL color Cylindrical-coordinate representation of color #123C69: hue angle of 211.03º degrees, saturation: 0.71, 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 #123C69 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 60 105 -
CMYK 0.83 0.43 0 0.59
HSL 211.03º 0.71% 0.24% -
HSV(B) 211.03º 0.83% 0.41% -
XYZ 4.42 4.38 13.98 -
YUV 52.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 18 60 105 0.83 0.43 0 0.59 211.03 0.71 0.24
Hex 12 3C 69 53 2B 0 3B D3 47 18
Octal 22 74 151 123 53 0 73 323 107 30
Binary 10010 111100 1101001 1010011 101011 0 111011 11010011 1000111 11000

Color Harmonies of #123C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C69

Black with #123C69

Text Example


Text Example

White with #123C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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