Html Css Color HEX #123474 Sapphire

📋 copy color: '#123474'

red 18 ◦ green 52 ◦ blue 116

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

Shades of Sapphire #123474

Tints of Sapphire #123474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.96%

 BLUE value IS 116 (45.7% from 255) = 62.37%

R = 9.68%
G = 27.96%
B = 62.37%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#123474 (or 0x123474) is known color: Sapphire. HEX triplet: 12, 34 and 74. RGB value is (18,52,116). Sum of RGB (Red+Green+Blue) = 18+52+116=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #123474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123474 is #EDCB8B. Grayscale: #303030. Windows color (decimal): -15584140 or 7615506. OLE color: 7615506.

HSL color Cylindrical-coordinate representation of color #123474: hue angle of 219.18º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123474 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 52 116 -
CMYK 0.84 0.55 0 0.55
HSL 219.18º 0.73% 0.26% -
HSV(B) 219.18º 0.84% 0.45% -
XYZ 4.63 3.85 17.02 -
YUV 49.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 18 52 116 0.84 0.55 0 0.55 219.18 0.73 0.26
Hex 12 34 74 54 37 0 37 DB 49 1A
Octal 22 64 164 124 67 0 67 333 111 32
Binary 10010 110100 1110100 1010100 110111 0 110111 11011011 1001001 11010

Color Harmonies of #123474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123474

Black with #123474

Text Example


Text Example

White with #123474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123474; }

 p { color: rgb(18,52,116); }

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

background-color css

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

 a { background-color: rgb(18,52,116); }

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

border-color css

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

 span { border-color: rgb(18,52,116); }

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