Html Css Color HEX #123269 Sapphire

📋 copy color: '#123269'

red 18 ◦ green 50 ◦ blue 105

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

Shades of Sapphire #123269

Tints of Sapphire #123269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.9%

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

R = 10.4%
G = 28.9%
B = 60.69%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#123269 (or 0x123269) is known color: Sapphire. HEX triplet: 12, 32 and 69. RGB value is (18,50,105). Sum of RGB (Red+Green+Blue) = 18+50+105=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #123269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123269 is #EDCD96. Grayscale: #2E2E2E. Windows color (decimal): -15584663 or 6894098. OLE color: 6894098.

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

Color convert

RGB 18 50 105 -
CMYK 0.83 0.52 0 0.59
HSL 217.93º 0.71% 0.24% -
HSV(B) 217.93º 0.83% 0.41% -
XYZ 3.94 3.43 13.82 -
YUV 46.7 160.9 107.53 -
System Red Green Blue C M Y K H S L
Decimal 18 50 105 0.83 0.52 0 0.59 217.93 0.71 0.24
Hex 12 32 69 53 34 0 3B DA 47 18
Octal 22 62 151 123 64 0 73 332 107 30
Binary 10010 110010 1101001 1010011 110100 0 111011 11011010 1000111 11000

Color Harmonies of #123269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123269

Black with #123269

Text Example


Text Example

White with #123269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123269; }

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

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

background-color css

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

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

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

border-color css

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

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

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