Html Css Color HEX #123167 Sapphire

📋 copy color: '#123167'

red 18 ◦ green 49 ◦ blue 103

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

Shades of Sapphire #123167

Tints of Sapphire #123167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.82%

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

R = 10.59%
G = 28.82%
B = 60.59%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#123167 (or 0x123167) is known color: Sapphire. HEX triplet: 12, 31 and 67. RGB value is (18,49,103). Sum of RGB (Red+Green+Blue) = 18+49+103=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #123167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123167 is #EDCE98. Grayscale: #2D2D2D. Windows color (decimal): -15584921 or 6762770. OLE color: 6762770.

HSL color Cylindrical-coordinate representation of color #123167: hue angle of 218.12º 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 #123167 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 49 103 -
CMYK 0.83 0.52 0 0.60
HSL 218.12º 0.7% 0.24% -
HSV(B) 218.12º 0.83% 0.4% -
XYZ 3.8 3.3 13.27 -
YUV 45.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 18 49 103 0.83 0.52 0 0.60 218.12 0.7 0.24
Hex 12 31 67 53 34 0 3C DA 46 18
Octal 22 61 147 123 64 0 74 332 106 30
Binary 10010 110001 1100111 1010011 110100 0 111100 11011010 1000110 11000

Color Harmonies of #123167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123167

Black with #123167

Text Example


Text Example

White with #123167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123167; }

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

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

background-color css

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

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

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

border-color css

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

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

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