Html Css Color HEX #123669 Prussian Blue

📋 copy color: '#123669'

red 18 ◦ green 54 ◦ blue 105

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

Shades of Prussian Blue #123669

Tints of Prussian Blue #123669

RGB

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

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

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

R = 10.17%
G = 30.51%
B = 59.32%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#123669 (or 0x123669) is known color: Prussian Blue. HEX triplet: 12, 36 and 69. RGB value is (18,54,105). Sum of RGB (Red+Green+Blue) = 18+54+105=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #123669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123669 is #EDC996. Grayscale: #303030. Windows color (decimal): -15583639 or 6895122. OLE color: 6895122.

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

Color convert

RGB 18 54 105 -
CMYK 0.83 0.49 0 0.59
HSL 215.17º 0.71% 0.24% -
HSV(B) 215.17º 0.83% 0.41% -
XYZ 4.12 3.79 13.88 -
YUV 49.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 18 54 105 0.83 0.49 0 0.59 215.17 0.71 0.24
Hex 12 36 69 53 31 0 3B D7 47 18
Octal 22 66 151 123 61 0 73 327 107 30
Binary 10010 110110 1101001 1010011 110001 0 111011 11010111 1000111 11000

Color Harmonies of #123669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123669

Black with #123669

Text Example


Text Example

White with #123669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123669; }

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

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

background-color css

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

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

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

border-color css

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

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

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