Html Css Color HEX #12366B Prussian Blue

📋 copy color: '#12366B'

red 18 ◦ green 54 ◦ blue 107

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

Shades of Prussian Blue #12366B

Tints of Prussian Blue #12366B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 59.78%

R = 10.06%
G = 30.17%
B = 59.78%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12366B (or 0x12366B) is known color: Prussian Blue. HEX triplet: 12, 36 and 6B. RGB value is (18,54,107). Sum of RGB (Red+Green+Blue) = 18+54+107=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #12366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12366B is #EDC994. Grayscale: #313131. Windows color (decimal): -15583637 or 7026194. OLE color: 7026194.

HSL color Cylindrical-coordinate representation of color #12366B: hue angle of 215.73º 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 #12366B is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 54 107 -
CMYK 0.83 0.50 0 0.58
HSL 215.73º 0.71% 0.25% -
HSV(B) 215.73º 0.83% 0.42% -
XYZ 4.22 3.83 14.43 -
YUV 49.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 18 54 107 0.83 0.50 0 0.58 215.73 0.71 0.25
Hex 12 36 6B 53 32 0 3A D8 47 19
Octal 22 66 153 123 62 0 72 330 107 31
Binary 10010 110110 1101011 1010011 110010 0 111010 11011000 1000111 11001

Color Harmonies of #12366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12366B

Black with #12366B

Text Example


Text Example

White with #12366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12366B; }

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

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

background-color css

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

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

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

border-color css

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

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

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