Html Css Color HEX #123075 Sapphire

📋 copy color: '#123075'

red 18 ◦ green 48 ◦ blue 117

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

Shades of Sapphire #123075

Tints of Sapphire #123075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.23%

 BLUE value IS 117 (46.09% from 255) = 63.93%

R = 9.84%
G = 26.23%
B = 63.93%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#123075 (or 0x123075) is known color: Sapphire. HEX triplet: 12, 30 and 75. RGB value is (18,48,117). Sum of RGB (Red+Green+Blue) = 18+48+117=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #123075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123075 is #EDCF8A. Grayscale: #2E2E2E. Windows color (decimal): -15585163 or 7680018. OLE color: 7680018.

HSL color Cylindrical-coordinate representation of color #123075: hue angle of 221.82º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123075 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 48 117 -
CMYK 0.85 0.59 0 0.54
HSL 221.82º 0.73% 0.26% -
HSV(B) 221.82º 0.85% 0.46% -
XYZ 4.52 3.53 17.27 -
YUV 46.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 18 48 117 0.85 0.59 0 0.54 221.82 0.73 0.26
Hex 12 30 75 55 3B 0 36 DE 49 1A
Octal 22 60 165 125 73 0 66 336 111 32
Binary 10010 110000 1110101 1010101 111011 0 110110 11011110 1001001 11010

Color Harmonies of #123075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123075

Black with #123075

Text Example


Text Example

White with #123075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123075; }

 p { color: rgb(18,48,117); }

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

background-color css

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

 a { background-color: rgb(18,48,117); }

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

border-color css

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

 span { border-color: rgb(18,48,117); }

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