Html Css Color HEX #123671 Sapphire

📋 copy color: '#123671'

red 18 ◦ green 54 ◦ blue 113

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

Shades of Sapphire #123671

Tints of Sapphire #123671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 61.08%

R = 9.73%
G = 29.19%
B = 61.08%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#123671 (or 0x123671) is known color: Sapphire. HEX triplet: 12, 36 and 71. RGB value is (18,54,113). Sum of RGB (Red+Green+Blue) = 18+54+113=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #123671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123671 is #EDC98E. Grayscale: #313131. Windows color (decimal): -15583631 or 7419410. OLE color: 7419410.

HSL color Cylindrical-coordinate representation of color #123671: hue angle of 217.26º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123671 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 54 113 -
CMYK 0.84 0.52 0 0.56
HSL 217.26º 0.73% 0.26% -
HSV(B) 217.26º 0.84% 0.44% -
XYZ 4.55 3.96 16.15 -
YUV 49.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 18 54 113 0.84 0.52 0 0.56 217.26 0.73 0.26
Hex 12 36 71 54 34 0 38 D9 49 1A
Octal 22 66 161 124 64 0 70 331 111 32
Binary 10010 110110 1110001 1010100 110100 0 111000 11011001 1001001 11010

Color Harmonies of #123671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123671

Black with #123671

Text Example


Text Example

White with #123671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123671; }

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

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

background-color css

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

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

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

border-color css

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

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

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