Html Css Color HEX #123B6A Prussian Blue

📋 copy color: '#123B6A'

red 18 ◦ green 59 ◦ blue 106

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

Shades of Prussian Blue #123B6A

Tints of Prussian Blue #123B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 57.92%

R = 9.84%
G = 32.24%
B = 57.92%

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

#123B6A (or 0x123B6A) is known color: Prussian Blue. HEX triplet: 12, 3B and 6A. RGB value is (18,59,106). Sum of RGB (Red+Green+Blue) = 18+59+106=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #123B6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B6A is #EDC495. Grayscale: #333333. Windows color (decimal): -15582358 or 6961938. OLE color: 6961938.

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

Color convert

RGB 18 59 106 -
CMYK 0.83 0.44 0 0.58
HSL 212.05º 0.71% 0.24% -
HSV(B) 212.05º 0.83% 0.42% -
XYZ 4.41 4.3 14.23 -
YUV 52.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 18 59 106 0.83 0.44 0 0.58 212.05 0.71 0.24
Hex 12 3B 6A 53 2C 0 3A D4 47 18
Octal 22 73 152 123 54 0 72 324 107 30
Binary 10010 111011 1101010 1010011 101100 0 111010 11010100 1000111 11000

Color Harmonies of #123B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B6A

Black with #123B6A

Text Example


Text Example

White with #123B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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