Html Css Color HEX #123667 Prussian Blue

📋 copy color: '#123667'

red 18 ◦ green 54 ◦ blue 103

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

Shades of Prussian Blue #123667

Tints of Prussian Blue #123667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 58.86%

R = 10.29%
G = 30.86%
B = 58.86%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#123667 (or 0x123667) is known color: Prussian Blue. HEX triplet: 12, 36 and 67. RGB value is (18,54,103). Sum of RGB (Red+Green+Blue) = 18+54+103=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 103 (40.62% from 255 or 58.86% from 175); Max value from RGB is 103 - color contains mainly: blue. Hex color #123667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123667 is #EDC998. Grayscale: #303030. Windows color (decimal): -15583641 or 6764050. OLE color: 6764050.

HSL color Cylindrical-coordinate representation of color #123667: hue angle of 214.59º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123667 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 54 103 -
CMYK 0.83 0.48 0 0.60
HSL 214.59º 0.7% 0.24% -
HSV(B) 214.59º 0.83% 0.4% -
XYZ 4.02 3.75 13.34 -
YUV 48.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 18 54 103 0.83 0.48 0 0.60 214.59 0.7 0.24
Hex 12 36 67 53 30 0 3C D7 46 18
Octal 22 66 147 123 60 0 74 327 106 30
Binary 10010 110110 1100111 1010011 110000 0 111100 11010111 1000110 11000

Color Harmonies of #123667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123667

Black with #123667

Text Example


Text Example

White with #123667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123667; }

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

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

background-color css

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

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

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

border-color css

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

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

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