Html Css Color HEX #123069 Sapphire

📋 copy color: '#123069'

red 18 ◦ green 48 ◦ blue 105

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

Shades of Sapphire #123069

Tints of Sapphire #123069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 61.4%

R = 10.53%
G = 28.07%
B = 61.4%

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

#123069 (or 0x123069) is known color: Sapphire. HEX triplet: 12, 30 and 69. RGB value is (18,48,105). Sum of RGB (Red+Green+Blue) = 18+48+105=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #123069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123069 is #EDCF96. Grayscale: #2D2D2D. Windows color (decimal): -15585175 or 6893586. OLE color: 6893586.

HSL color Cylindrical-coordinate representation of color #123069: hue angle of 219.31º degrees, saturation: 0.71, 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 #123069 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 48 105 -
CMYK 0.83 0.54 0 0.59
HSL 219.31º 0.71% 0.24% -
HSV(B) 219.31º 0.83% 0.41% -
XYZ 3.86 3.26 13.79 -
YUV 45.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 18 48 105 0.83 0.54 0 0.59 219.31 0.71 0.24
Hex 12 30 69 53 36 0 3B DB 47 18
Octal 22 60 151 123 66 0 73 333 107 30
Binary 10010 110000 1101001 1010011 110110 0 111011 11011011 1000111 11000

Color Harmonies of #123069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123069

Black with #123069

Text Example


Text Example

White with #123069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123069; }

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

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

background-color css

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

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

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

border-color css

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

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

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