Html Css Color HEX #12306F Sapphire

📋 copy color: '#12306F'

red 18 ◦ green 48 ◦ blue 111

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

Shades of Sapphire #12306F

Tints of Sapphire #12306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 62.71%

R = 10.17%
G = 27.12%
B = 62.71%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#12306F (or 0x12306F) is known color: Sapphire. HEX triplet: 12, 30 and 6F. RGB value is (18,48,111). Sum of RGB (Red+Green+Blue) = 18+48+111=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #12306F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12306F is #EDCF90. Grayscale: #2D2D2D. Windows color (decimal): -15585169 or 7286802. OLE color: 7286802.

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

Color convert

RGB 18 48 111 -
CMYK 0.84 0.57 0 0.56
HSL 220.65º 0.72% 0.25% -
HSV(B) 220.65º 0.84% 0.44% -
XYZ 4.18 3.39 15.47 -
YUV 46.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 18 48 111 0.84 0.57 0 0.56 220.65 0.72 0.25
Hex 12 30 6F 54 39 0 38 DD 48 19
Octal 22 60 157 124 71 0 70 335 110 31
Binary 10010 110000 1101111 1010100 111001 0 111000 11011101 1001000 11001

Color Harmonies of #12306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12306F

Black with #12306F

Text Example


Text Example

White with #12306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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