Html Css Color HEX #123A6C Prussian Blue

📋 copy color: '#123A6C'

red 18 ◦ green 58 ◦ blue 108

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

Shades of Prussian Blue #123A6C

Tints of Prussian Blue #123A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.52%

 BLUE value IS 108 (42.58% from 255) = 58.7%

R = 9.78%
G = 31.52%
B = 58.7%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#123A6C (or 0x123A6C) is known color: Prussian Blue. HEX triplet: 12, 3A and 6C. RGB value is (18,58,108). Sum of RGB (Red+Green+Blue) = 18+58+108=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #123A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A6C is #EDC593. Grayscale: #333333. Windows color (decimal): -15582612 or 7092754. OLE color: 7092754.

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

Color convert

RGB 18 58 108 -
CMYK 0.83 0.46 0 0.58
HSL 213.33º 0.71% 0.25% -
HSV(B) 213.33º 0.83% 0.42% -
XYZ 4.47 4.24 14.77 -
YUV 51.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 18 58 108 0.83 0.46 0 0.58 213.33 0.71 0.25
Hex 12 3A 6C 53 2E 0 3A D5 47 19
Octal 22 72 154 123 56 0 72 325 107 31
Binary 10010 111010 1101100 1010011 101110 0 111010 11010101 1000111 11001

Color Harmonies of #123A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A6C

Black with #123A6C

Text Example


Text Example

White with #123A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,58,108); }

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

background-color css

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

 a { background-color: rgb(18,58,108); }

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

border-color css

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

 span { border-color: rgb(18,58,108); }

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