Html Css Color HEX #123068 Sapphire

📋 copy color: '#123068'

red 18 ◦ green 48 ◦ blue 104

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

Shades of Sapphire #123068

Tints of Sapphire #123068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.18%

R = 10.59%
G = 28.24%
B = 61.18%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#123068 (or 0x123068) is known color: Sapphire. HEX triplet: 12, 30 and 68. RGB value is (18,48,104). Sum of RGB (Red+Green+Blue) = 18+48+104=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #123068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123068 is #EDCF97. Grayscale: #2D2D2D. Windows color (decimal): -15585176 or 6828050. OLE color: 6828050.

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

Color convert

RGB 18 48 104 -
CMYK 0.83 0.54 0 0.59
HSL 219.07º 0.7% 0.24% -
HSV(B) 219.07º 0.83% 0.41% -
XYZ 3.81 3.24 13.52 -
YUV 45.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 18 48 104 0.83 0.54 0 0.59 219.07 0.7 0.24
Hex 12 30 68 53 36 0 3B DB 46 18
Octal 22 60 150 123 66 0 73 333 106 30
Binary 10010 110000 1101000 1010011 110110 0 111011 11011011 1000110 11000

Color Harmonies of #123068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123068

Black with #123068

Text Example


Text Example

White with #123068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123068; }

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

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

background-color css

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

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

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

border-color css

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

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

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