Html Css Color HEX #123F69 Prussian Blue

📋 copy color: '#123F69'

red 18 ◦ green 63 ◦ blue 105

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

Shades of Prussian Blue #123F69

Tints of Prussian Blue #123F69

RGB

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

 GREEN value IS 63 (25% from 255) = 33.87%

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

R = 9.68%
G = 33.87%
B = 56.45%

CMYK

 C value IS 0.83

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#123F69 (or 0x123F69) is known color: Prussian Blue. HEX triplet: 12, 3F and 69. RGB value is (18,63,105). Sum of RGB (Red+Green+Blue) = 18+63+105=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #123F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F69 is #EDC096. Grayscale: #363636. Windows color (decimal): -15581335 or 6897426. OLE color: 6897426.

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

Color convert

RGB 18 63 105 -
CMYK 0.83 0.4 0 0.59
HSL 208.97º 0.71% 0.24% -
HSV(B) 208.97º 0.83% 0.41% -
XYZ 4.58 4.7 14.03 -
YUV 54.33 156.59 102.08 -
System Red Green Blue C M Y K H S L
Decimal 18 63 105 0.83 0.4 0 0.59 208.97 0.71 0.24
Hex 12 3F 69 53 28 0 3B D1 47 18
Octal 22 77 151 123 50 0 73 321 107 30
Binary 10010 111111 1101001 1010011 101000 0 111011 11010001 1000111 11000

Color Harmonies of #123F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F69

Black with #123F69

Text Example


Text Example

White with #123F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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