Html Css Color HEX #12356D Sapphire

📋 copy color: '#12356D'

red 18 ◦ green 53 ◦ blue 109

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

Shades of Sapphire #12356D

Tints of Sapphire #12356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.44%

 BLUE value IS 109 (42.97% from 255) = 60.56%

R = 10%
G = 29.44%
B = 60.56%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12356D (or 0x12356D) is known color: Sapphire. HEX triplet: 12, 35 and 6D. RGB value is (18,53,109). Sum of RGB (Red+Green+Blue) = 18+53+109=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #12356D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12356D is #EDCA92. Grayscale: #303030. Windows color (decimal): -15583891 or 7157010. OLE color: 7157010.

HSL color Cylindrical-coordinate representation of color #12356D: hue angle of 216.92º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12356D is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 53 109 -
CMYK 0.83 0.51 0 0.57
HSL 216.92º 0.72% 0.25% -
HSV(B) 216.92º 0.83% 0.43% -
XYZ 4.28 3.78 14.97 -
YUV 48.92 161.9 105.95 -
System Red Green Blue C M Y K H S L
Decimal 18 53 109 0.83 0.51 0 0.57 216.92 0.72 0.25
Hex 12 35 6D 53 33 0 39 D9 48 19
Octal 22 65 155 123 63 0 71 331 110 31
Binary 10010 110101 1101101 1010011 110011 0 111001 11011001 1001000 11001

Color Harmonies of #12356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12356D

Black with #12356D

Text Example


Text Example

White with #12356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12356D; }

 p { color: rgb(18,53,109); }

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

background-color css

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

 a { background-color: rgb(18,53,109); }

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

border-color css

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

 span { border-color: rgb(18,53,109); }

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