Html Css Color HEX #123B6E Prussian Blue

📋 copy color: '#123B6E'

red 18 ◦ green 59 ◦ blue 110

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

Shades of Prussian Blue #123B6E

Tints of Prussian Blue #123B6E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.55%

 BLUE value IS 110 (43.36% from 255) = 58.82%

R = 9.63%
G = 31.55%
B = 58.82%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#123B6E (or 0x123B6E) is known color: Prussian Blue. HEX triplet: 12, 3B and 6E. RGB value is (18,59,110). Sum of RGB (Red+Green+Blue) = 18+59+110=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #123B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B6E is #EDC491. Grayscale: #343434. Windows color (decimal): -15582354 or 7224082. OLE color: 7224082.

HSL color Cylindrical-coordinate representation of color #123B6E: hue angle of 213.26º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123B6E is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 59 110 -
CMYK 0.84 0.46 0 0.57
HSL 213.26º 0.72% 0.25% -
HSV(B) 213.26º 0.84% 0.43% -
XYZ 4.63 4.38 15.35 -
YUV 52.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 18 59 110 0.84 0.46 0 0.57 213.26 0.72 0.25
Hex 12 3B 6E 54 2E 0 39 D5 48 19
Octal 22 73 156 124 56 0 71 325 110 31
Binary 10010 111011 1101110 1010100 101110 0 111001 11010101 1001000 11001

Color Harmonies of #123B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B6E

Black with #123B6E

Text Example


Text Example

White with #123B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,59,110); }

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

background-color css

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

 a { background-color: rgb(18,59,110); }

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

border-color css

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

 span { border-color: rgb(18,59,110); }

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