Html Css Color HEX #12306E Sapphire

📋 copy color: '#12306E'

red 18 ◦ green 48 ◦ blue 110

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

Shades of Sapphire #12306E

Tints of Sapphire #12306E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 62.5%

R = 10.23%
G = 27.27%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12306E (or 0x12306E) is known color: Sapphire. HEX triplet: 12, 30 and 6E. RGB value is (18,48,110). Sum of RGB (Red+Green+Blue) = 18+48+110=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #12306E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12306E is #EDCF91. Grayscale: #2D2D2D. Windows color (decimal): -15585170 or 7221266. OLE color: 7221266.

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

Color convert

RGB 18 48 110 -
CMYK 0.84 0.56 0 0.57
HSL 220.43º 0.72% 0.25% -
HSV(B) 220.43º 0.84% 0.43% -
XYZ 4.12 3.37 15.18 -
YUV 46.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 18 48 110 0.84 0.56 0 0.57 220.43 0.72 0.25
Hex 12 30 6E 54 38 0 39 DC 48 19
Octal 22 60 156 124 70 0 71 334 110 31
Binary 10010 110000 1101110 1010100 111000 0 111001 11011100 1001000 11001

Color Harmonies of #12306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12306E

Black with #12306E

Text Example


Text Example

White with #12306E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12306E; }

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

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

background-color css

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

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

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

border-color css

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

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

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