Html Css Color HEX #12306C Sapphire

📋 copy color: '#12306C'

red 18 ◦ green 48 ◦ blue 108

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

Shades of Sapphire #12306C

Tints of Sapphire #12306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 62.07%

R = 10.34%
G = 27.59%
B = 62.07%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12306C (or 0x12306C) is known color: Sapphire. HEX triplet: 12, 30 and 6C. RGB value is (18,48,108). Sum of RGB (Red+Green+Blue) = 18+48+108=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #12306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12306C is #EDCF93. Grayscale: #2D2D2D. Windows color (decimal): -15585172 or 7090194. OLE color: 7090194.

HSL color Cylindrical-coordinate representation of color #12306C: hue angle of 220º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12306C is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 48 108 -
CMYK 0.83 0.56 0 0.58
HSL 220º 0.71% 0.25% -
HSV(B) 220º 0.83% 0.42% -
XYZ 4.01 3.33 14.62 -
YUV 45.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 18 48 108 0.83 0.56 0 0.58 220 0.71 0.25
Hex 12 30 6C 53 38 0 3A DC 47 19
Octal 22 60 154 123 70 0 72 334 107 31
Binary 10010 110000 1101100 1010011 111000 0 111010 11011100 1000111 11001

Color Harmonies of #12306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12306C

Black with #12306C

Text Example


Text Example

White with #12306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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