Html Css Color HEX #12307C Sapphire

📋 copy color: '#12307C'

red 18 ◦ green 48 ◦ blue 124

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

Shades of Sapphire #12307C

Tints of Sapphire #12307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 65.26%

R = 9.47%
G = 25.26%
B = 65.26%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12307C (or 0x12307C) is known color: Sapphire. HEX triplet: 12, 30 and 7C. RGB value is (18,48,124). Sum of RGB (Red+Green+Blue) = 18+48+124=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #12307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12307C is #EDCF83. Grayscale: #2F2F2F. Windows color (decimal): -15585156 or 8138770. OLE color: 8138770.

HSL color Cylindrical-coordinate representation of color #12307C: hue angle of 223.02º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12307C is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 48 124 -
CMYK 0.85 0.61 0 0.51
HSL 223.02º 0.75% 0.28% -
HSV(B) 223.02º 0.85% 0.49% -
XYZ 4.94 3.7 19.52 -
YUV 47.69 171.06 106.82 -
System Red Green Blue C M Y K H S L
Decimal 18 48 124 0.85 0.61 0 0.51 223.02 0.75 0.28
Hex 12 30 7C 55 3D 0 33 DF 4B 1C
Octal 22 60 174 125 75 0 63 337 113 34
Binary 10010 110000 1111100 1010101 111101 0 110011 11011111 1001011 11100

Color Harmonies of #12307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12307C

Black with #12307C

Text Example


Text Example

White with #12307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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